Html Css Color HEX #80A9CF Polo Blue

📋 copy color: '#80A9CF'

red 128 ◦ green 169 ◦ blue 207

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

Shades of Polo Blue #80A9CF

Tints of Polo Blue #80A9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.53%

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 25.4%
G = 33.53%
B = 41.07%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80A9CF (or 0x80A9CF) is known color: Polo Blue. HEX triplet: 80, A9 and CF. RGB value is (128,169,207). Sum of RGB (Red+Green+Blue) = 128+169+207=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #80A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A9CF is #7F5630. Grayscale: #A0A0A0. Windows color (decimal): -8345137 or 13609344. OLE color: 13609344.

HSL color Cylindrical-coordinate representation of color #80A9CF: hue angle of 208.86º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80A9CF is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 169 207 -
CMYK 0.38 0.18 0 0.19
HSL 208.86º 0.45% 0.66% -
HSV(B) 208.86º 0.38% 0.81% -
XYZ 34.35 37.47 64.45 -
YUV 161.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 128 169 207 0.38 0.18 0 0.19 208.86 0.45 0.66
Hex 80 A9 CF 26 12 0 13 D1 2D 42
Octal 200 251 317 46 22 0 23 321 55 102
Binary 10000000 10101001 11001111 100110 10010 0 10011 11010001 101101 1000010

Color Harmonies of #80A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A9CF

Black with #80A9CF

Text Example


Text Example

White with #80A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,169,207); }

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

background-color css

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

 a { background-color: rgb(128,169,207); }

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

border-color css

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

 span { border-color: rgb(128,169,207); }

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