Html Css Color HEX #82ABCC Polo Blue

📋 copy color: '#82ABCC'

red 130 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #82ABCC

Tints of Polo Blue #82ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.86%

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

R = 25.74%
G = 33.86%
B = 40.4%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#82ABCC (or 0x82ABCC) is known color: Polo Blue. HEX triplet: 82, AB and CC. RGB value is (130,171,204). Sum of RGB (Red+Green+Blue) = 130+171+204=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #82ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABCC is #7D5433. Grayscale: #A2A2A2. Windows color (decimal): -8213556 or 13413250. OLE color: 13413250.

HSL color Cylindrical-coordinate representation of color #82ABCC: hue angle of 206.76º 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 #82ABCC is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 171 204 -
CMYK 0.36 0.16 0 0.2
HSL 206.76º 0.42% 0.65% -
HSV(B) 206.76º 0.36% 0.8% -
XYZ 34.67 38.23 62.68 -
YUV 162.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 130 171 204 0.36 0.16 0 0.2 206.76 0.42 0.65
Hex 82 AB CC 24 10 0 14 CF 2A 41
Octal 202 253 314 44 20 0 24 317 52 101
Binary 10000010 10101011 11001100 100100 10000 0 10100 11001111 101010 1000001

Color Harmonies of #82ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ABCC

Black with #82ABCC

Text Example


Text Example

White with #82ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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