Html Css Color HEX #80DADC Spray

📋 copy color: '#80DADC'

red 128 ◦ green 218 ◦ blue 220

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

Shades of Spray #80DADC

Tints of Spray #80DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.52%

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

R = 22.61%
G = 38.52%
B = 38.87%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80DADC (or 0x80DADC) is known color: Spray. HEX triplet: 80, DA and DC. RGB value is (128,218,220). Sum of RGB (Red+Green+Blue) = 128+218+220=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #80DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DADC is #7F2523. Grayscale: #BFBFBF. Windows color (decimal): -8332580 or 14473856. OLE color: 14473856.

HSL color Cylindrical-coordinate representation of color #80DADC: hue angle of 181.3º 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 #80DADC is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 218 220 -
CMYK 0.42 0.01 0 0.14
HSL 181.3º 0.57% 0.68% -
HSV(B) 181.3º 0.42% 0.86% -
XYZ 46.89 59.9 76.8 -
YUV 191.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 128 218 220 0.42 0.01 0 0.14 181.3 0.57 0.68
Hex 80 DA DC 2A 1 0 E B5 39 44
Octal 200 332 334 52 1 0 16 265 71 104
Binary 10000000 11011010 11011100 101010 1 0 1110 10110101 111001 1000100

Color Harmonies of #80DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DADC

Black with #80DADC

Text Example


Text Example

White with #80DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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