Html Css Color HEX #82ADCC Polo Blue

📋 copy color: '#82ADCC'

red 130 ◦ green 173 ◦ blue 204

#82ADCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #82ADCC

Tints of Polo Blue #82ADCC

RGB

 RED value IS 130 (51.17% from 255) = 25.64%

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 25.64%
G = 34.12%
B = 40.24%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#82ADCC (or 0x82ADCC) is known color: Polo Blue. HEX triplet: 82, AD and CC. RGB value is (130,173,204). Sum of RGB (Red+Green+Blue) = 130+173+204=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #82ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADCC is #7D5233. Grayscale: #A3A3A3. Windows color (decimal): -8213044 or 13413762. OLE color: 13413762.

HSL color Cylindrical-coordinate representation of color #82ADCC: hue angle of 205.14º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82ADCC is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 173 204 -
CMYK 0.36 0.15 0 0.2
HSL 205.14º 0.42% 0.65% -
HSV(B) 205.14º 0.36% 0.8% -
XYZ 35.05 38.99 62.81 -
YUV 163.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 130 173 204 0.36 0.15 0 0.2 205.14 0.42 0.65
Hex 82 AD CC 24 F 0 14 CD 2A 41
Octal 202 255 314 44 17 0 24 315 52 101
Binary 10000010 10101101 11001100 100100 1111 0 10100 11001101 101010 1000001

Color Harmonies of #82ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ADCC

Black with #82ADCC

Text Example


Text Example

White with #82ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82ADCC; }

 p { color: rgb(130,173,204); }

 H1.HeaderClassName
 {
   color: #82ADCC;
 }
 .AnyTagClassName
 {
   color: #82ADCC;
 }
</style>

background-color css

<style>
 a { background-color: #82ADCC; }

 a { background-color: rgb(130,173,204); }

 div.DivClassName
 {
   background-color: #82ADCC;
 }
 .BgClassName
 {
   background-color: #82ADCC;
 }
</style>

border-color css

<style>
 span { border-color: #82ADCC; }

 span { border-color: rgb(130,173,204); }

 td.TdClassName
 {
   border-color: #82ADCC;
 }
 .TagClassName
 {
   border-color: #82ADCC;
 }
</style>