Html Css Color HEX #80A1CB Polo Blue

📋 copy color: '#80A1CB'

red 128 ◦ green 161 ◦ blue 203

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

Shades of Polo Blue #80A1CB

Tints of Polo Blue #80A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.72%

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

R = 26.02%
G = 32.72%
B = 41.26%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80A1CB (or 0x80A1CB) is known color: Polo Blue. HEX triplet: 80, A1 and CB. RGB value is (128,161,203). Sum of RGB (Red+Green+Blue) = 128+161+203=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #80A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A1CB is #7F5E34. Grayscale: #9B9B9B. Windows color (decimal): -8347189 or 13345152. OLE color: 13345152.

HSL color Cylindrical-coordinate representation of color #80A1CB: hue angle of 213.6º 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 #80A1CB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 161 203 -
CMYK 0.37 0.21 0 0.20
HSL 213.6º 0.42% 0.65% -
HSV(B) 213.6º 0.37% 0.8% -
XYZ 32.43 34.39 61.43 -
YUV 155.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 128 161 203 0.37 0.21 0 0.20 213.6 0.42 0.65
Hex 80 A1 CB 25 15 0 14 D6 2A 41
Octal 200 241 313 45 25 0 24 326 52 101
Binary 10000000 10100001 11001011 100101 10101 0 10100 11010110 101010 1000001

Color Harmonies of #80A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A1CB

Black with #80A1CB

Text Example


Text Example

White with #80A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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