Html Css Color HEX #80A0CB Polo Blue

📋 copy color: '#80A0CB'

red 128 ◦ green 160 ◦ blue 203

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

Shades of Polo Blue #80A0CB

Tints of Polo Blue #80A0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.59%

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

R = 26.07%
G = 32.59%
B = 41.34%

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

#80A0CB (or 0x80A0CB) is known color: Polo Blue. HEX triplet: 80, A0 and CB. RGB value is (128,160,203). Sum of RGB (Red+Green+Blue) = 128+160+203=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #80A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0CB is #7F5F34. Grayscale: #9B9B9B. Windows color (decimal): -8347445 or 13344896. OLE color: 13344896.

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

Color convert

RGB 128 160 203 -
CMYK 0.37 0.21 0 0.20
HSL 214.4º 0.42% 0.65% -
HSV(B) 214.4º 0.37% 0.8% -
XYZ 32.25 34.04 61.37 -
YUV 155.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 128 160 203 0.37 0.21 0 0.20 214.4 0.42 0.65
Hex 80 A0 CB 25 15 0 14 D6 2A 41
Octal 200 240 313 45 25 0 24 326 52 101
Binary 10000000 10100000 11001011 100101 10101 0 10100 11010110 101010 1000001

Color Harmonies of #80A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A0CB

Black with #80A0CB

Text Example


Text Example

White with #80A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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