Html Css Color HEX #80ADCD Polo Blue

📋 copy color: '#80ADCD'

red 128 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #80ADCD

Tints of Polo Blue #80ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 25.3%
G = 34.19%
B = 40.51%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80ADCD (or 0x80ADCD) is known color: Polo Blue. HEX triplet: 80, AD and CD. RGB value is (128,173,205). Sum of RGB (Red+Green+Blue) = 128+173+205=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #80ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADCD is #7F5232. Grayscale: #A3A3A3. Windows color (decimal): -8344115 or 13479296. OLE color: 13479296.

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

Color convert

RGB 128 173 205 -
CMYK 0.38 0.16 0 0.20
HSL 204.94º 0.44% 0.65% -
HSV(B) 204.94º 0.38% 0.8% -
XYZ 34.87 38.88 63.43 -
YUV 163.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 128 173 205 0.38 0.16 0 0.20 204.94 0.44 0.65
Hex 80 AD CD 26 10 0 14 CD 2C 41
Octal 200 255 315 46 20 0 24 315 54 101
Binary 10000000 10101101 11001101 100110 10000 0 10100 11001101 101100 1000001

Color Harmonies of #80ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADCD

Black with #80ADCD

Text Example


Text Example

White with #80ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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