Html Css Color HEX #80ABCB Polo Blue

📋 copy color: '#80ABCB'

red 128 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #80ABCB

Tints of Polo Blue #80ABCB

RGB

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

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

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

R = 25.5%
G = 34.06%
B = 40.44%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80ABCB (or 0x80ABCB) is known color: Polo Blue. HEX triplet: 80, AB and CB. RGB value is (128,171,203). Sum of RGB (Red+Green+Blue) = 128+171+203=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #80ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABCB is #7F5434. Grayscale: #A1A1A1. Windows color (decimal): -8344629 or 13347712. OLE color: 13347712.

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

Color convert

RGB 128 171 203 -
CMYK 0.37 0.16 0 0.20
HSL 205.6º 0.42% 0.65% -
HSV(B) 205.6º 0.37% 0.8% -
XYZ 34.24 38.03 62.03 -
YUV 161.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 128 171 203 0.37 0.16 0 0.20 205.6 0.42 0.65
Hex 80 AB CB 25 10 0 14 CE 2A 41
Octal 200 253 313 45 20 0 24 316 52 101
Binary 10000000 10101011 11001011 100101 10000 0 10100 11001110 101010 1000001

Color Harmonies of #80ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABCB

Black with #80ABCB

Text Example


Text Example

White with #80ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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