Html Css Color HEX #80CEDC Spray

📋 copy color: '#80CEDC'

red 128 ◦ green 206 ◦ blue 220

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

Shades of Spray #80CEDC

Tints of Spray #80CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 23.1%
G = 37.18%
B = 39.71%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80CEDC (or 0x80CEDC) is known color: Spray. HEX triplet: 80, CE and DC. RGB value is (128,206,220). Sum of RGB (Red+Green+Blue) = 128+206+220=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #80CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEDC is #7F3123. Grayscale: #B8B8B8. Windows color (decimal): -8335652 or 14470784. OLE color: 14470784.

HSL color Cylindrical-coordinate representation of color #80CEDC: hue angle of 189.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CEDC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 206 220 -
CMYK 0.42 0.06 0 0.14
HSL 189.13º 0.57% 0.68% -
HSV(B) 189.13º 0.42% 0.86% -
XYZ 43.89 53.9 75.8 -
YUV 184.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 128 206 220 0.42 0.06 0 0.14 189.13 0.57 0.68
Hex 80 CE DC 2A 6 0 E BD 39 44
Octal 200 316 334 52 6 0 16 275 71 104
Binary 10000000 11001110 11011100 101010 110 0 1110 10111101 111001 1000100

Color Harmonies of #80CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEDC

Black with #80CEDC

Text Example


Text Example

White with #80CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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