Html Css Color HEX #80A8CF Polo Blue

📋 copy color: '#80A8CF'

red 128 ◦ green 168 ◦ blue 207

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

Shades of Polo Blue #80A8CF

Tints of Polo Blue #80A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

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

R = 25.45%
G = 33.4%
B = 41.15%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80A8CF (or 0x80A8CF) is known color: Polo Blue. HEX triplet: 80, A8 and CF. RGB value is (128,168,207). Sum of RGB (Red+Green+Blue) = 128+168+207=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #80A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8CF is #7F5730. Grayscale: #A0A0A0. Windows color (decimal): -8345393 or 13609088. OLE color: 13609088.

HSL color Cylindrical-coordinate representation of color #80A8CF: hue angle of 209.62º 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 #80A8CF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 168 207 -
CMYK 0.38 0.19 0 0.19
HSL 209.62º 0.45% 0.66% -
HSV(B) 209.62º 0.38% 0.81% -
XYZ 34.17 37.1 64.39 -
YUV 160.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 128 168 207 0.38 0.19 0 0.19 209.62 0.45 0.66
Hex 80 A8 CF 26 13 0 13 D2 2D 42
Octal 200 250 317 46 23 0 23 322 55 102
Binary 10000000 10101000 11001111 100110 10011 0 10011 11010010 101101 1000010

Color Harmonies of #80A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A8CF

Black with #80A8CF

Text Example


Text Example

White with #80A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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