Html Css Color HEX #80DAE8 Spray

📋 copy color: '#80DAE8'

red 128 ◦ green 218 ◦ blue 232

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

Shades of Spray #80DAE8

Tints of Spray #80DAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.14%

R = 22.15%
G = 37.72%
B = 40.14%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#80DAE8 (or 0x80DAE8) is known color: Spray. HEX triplet: 80, DA and E8. RGB value is (128,218,232). Sum of RGB (Red+Green+Blue) = 128+218+232=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #80DAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DAE8 is #7F2517. Grayscale: #C0C0C0. Windows color (decimal): -8332568 or 15260288. OLE color: 15260288.

HSL color Cylindrical-coordinate representation of color #80DAE8: hue angle of 188.08º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80DAE8 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 218 232 -
CMYK 0.45 0.06 0 0.09
HSL 188.08º 0.69% 0.71% -
HSV(B) 188.08º 0.45% 0.91% -
XYZ 48.54 60.56 85.47 -
YUV 192.69 150.18 81.86 -
System Red Green Blue C M Y K H S L
Decimal 128 218 232 0.45 0.06 0 0.09 188.08 0.69 0.71
Hex 80 DA E8 2D 6 0 9 BC 45 47
Octal 200 332 350 55 6 0 11 274 105 107
Binary 10000000 11011010 11101000 101101 110 0 1001 10111100 1000101 1000111

Color Harmonies of #80DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DAE8

Black with #80DAE8

Text Example


Text Example

White with #80DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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