Html Css Color HEX #80ADCE Polo Blue

📋 copy color: '#80ADCE'

red 128 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #80ADCE

Tints of Polo Blue #80ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 25.25%
G = 34.12%
B = 40.63%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80ADCE (or 0x80ADCE) is known color: Polo Blue. HEX triplet: 80, AD and CE. RGB value is (128,173,206). Sum of RGB (Red+Green+Blue) = 128+173+206=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #80ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADCE is #7F5231. Grayscale: #A3A3A3. Windows color (decimal): -8344114 or 13544832. OLE color: 13544832.

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

Color convert

RGB 128 173 206 -
CMYK 0.38 0.16 0 0.19
HSL 205.38º 0.44% 0.65% -
HSV(B) 205.38º 0.38% 0.81% -
XYZ 34.99 38.93 64.06 -
YUV 163.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 128 173 206 0.38 0.16 0 0.19 205.38 0.44 0.65
Hex 80 AD CE 26 10 0 13 CD 2C 41
Octal 200 255 316 46 20 0 23 315 54 101
Binary 10000000 10101101 11001110 100110 10000 0 10011 11001101 101100 1000001

Color Harmonies of #80ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADCE

Black with #80ADCE

Text Example


Text Example

White with #80ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,206); }

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

background-color css

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

 a { background-color: rgb(128,173,206); }

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

border-color css

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

 span { border-color: rgb(128,173,206); }

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