Html Css Color HEX #80DEDA Spray

📋 copy color: '#80DEDA'

red 128 ◦ green 222 ◦ blue 218

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

Shades of Spray #80DEDA

Tints of Spray #80DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 22.54%
G = 39.08%
B = 38.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#80DEDA (or 0x80DEDA) is known color: Spray. HEX triplet: 80, DE and DA. RGB value is (128,222,218). Sum of RGB (Red+Green+Blue) = 128+222+218=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DEDA is #7F2125. Grayscale: #C1C1C1. Windows color (decimal): -8331558 or 14343808. OLE color: 14343808.

HSL color Cylindrical-coordinate representation of color #80DEDA: hue angle of 177.45º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DEDA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 222 218 -
CMYK 0.42 0 0.02 0.13
HSL 177.45º 0.59% 0.69% -
HSV(B) 177.45º 0.42% 0.87% -
XYZ 47.68 61.89 75.76 -
YUV 193.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 128 222 218 0.42 0 0.02 0.13 177.45 0.59 0.69
Hex 80 DE DA 2A 0 2 D B1 3B 45
Octal 200 336 332 52 0 2 15 261 73 105
Binary 10000000 11011110 11011010 101010 0 10 1101 10110001 111011 1000101

Color Harmonies of #80DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DEDA

Black with #80DEDA

Text Example


Text Example

White with #80DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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