Html Css Color HEX #80A2CB Polo Blue

📋 copy color: '#80A2CB'

red 128 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #80A2CB

Tints of Polo Blue #80A2CB

RGB

 RED value IS 128 (50.39% from 255) = 25.96%

 GREEN value IS 162 (63.67% from 255) = 32.86%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 25.96%
G = 32.86%
B = 41.18%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80A2CB (or 0x80A2CB) is known color: Polo Blue. HEX triplet: 80, A2 and CB. RGB value is (128,162,203). Sum of RGB (Red+Green+Blue) = 128+162+203=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #80A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A2CB is #7F5D34. Grayscale: #9C9C9C. Windows color (decimal): -8346933 or 13345408. OLE color: 13345408.

HSL color Cylindrical-coordinate representation of color #80A2CB: hue angle of 212.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80A2CB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 162 203 -
CMYK 0.37 0.20 0 0.20
HSL 212.8º 0.42% 0.65% -
HSV(B) 212.8º 0.37% 0.8% -
XYZ 32.6 34.74 61.49 -
YUV 156.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 128 162 203 0.37 0.20 0 0.20 212.8 0.42 0.65
Hex 80 A2 CB 25 14 0 14 D5 2A 41
Octal 200 242 313 45 24 0 24 325 52 101
Binary 10000000 10100010 11001011 100101 10100 0 10100 11010101 101010 1000001

Color Harmonies of #80A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2CB

Black with #80A2CB

Text Example


Text Example

White with #80A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A2CB; }

 p { color: rgb(128,162,203); }

 H1.HeaderClassName
 {
   color: #80A2CB;
 }
 .AnyTagClassName
 {
   color: #80A2CB;
 }
</style>

background-color css

<style>
 a { background-color: #80A2CB; }

 a { background-color: rgb(128,162,203); }

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

border-color css

<style>
 span { border-color: #80A2CB; }

 span { border-color: rgb(128,162,203); }

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