Html Css Color HEX #80DDDB Spray

📋 copy color: '#80DDDB'

red 128 ◦ green 221 ◦ blue 219

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

Shades of Spray #80DDDB

Tints of Spray #80DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.91%

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 22.54%
G = 38.91%
B = 38.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#80DDDB (or 0x80DDDB) is known color: Spray. HEX triplet: 80, DD and DB. RGB value is (128,221,219). Sum of RGB (Red+Green+Blue) = 128+221+219=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDDB is #7F2224. Grayscale: #C0C0C0. Windows color (decimal): -8331813 or 14409088. OLE color: 14409088.

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

Color convert

RGB 128 221 219 -
CMYK 0.42 0 0.01 0.13
HSL 178.71º 0.58% 0.68% -
HSV(B) 178.71º 0.42% 0.87% -
XYZ 47.54 61.42 76.37 -
YUV 192.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 128 221 219 0.42 0 0.01 0.13 178.71 0.58 0.68
Hex 80 DD DB 2A 0 1 D B3 3A 44
Octal 200 335 333 52 0 1 15 263 72 104
Binary 10000000 11011101 11011011 101010 0 1 1101 10110011 111010 1000100

Color Harmonies of #80DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDDB

Black with #80DDDB

Text Example


Text Example

White with #80DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,219); }

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

background-color css

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

 a { background-color: rgb(128,221,219); }

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

border-color css

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

 span { border-color: rgb(128,221,219); }

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