Html Css Color HEX #80D6DB Spray

📋 copy color: '#80D6DB'

red 128 ◦ green 214 ◦ blue 219

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

Shades of Spray #80D6DB

Tints of Spray #80D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

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

R = 22.82%
G = 38.15%
B = 39.04%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80D6DB (or 0x80D6DB) is known color: Spray. HEX triplet: 80, D6 and DB. RGB value is (128,214,219). Sum of RGB (Red+Green+Blue) = 128+214+219=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #80D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D6DB is #7F2924. Grayscale: #BCBCBC. Windows color (decimal): -8333605 or 14407296. OLE color: 14407296.

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

Color convert

RGB 128 214 219 -
CMYK 0.42 0.02 0 0.14
HSL 183.3º 0.56% 0.68% -
HSV(B) 183.3º 0.42% 0.86% -
XYZ 45.73 57.8 75.76 -
YUV 188.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 128 214 219 0.42 0.02 0 0.14 183.3 0.56 0.68
Hex 80 D6 DB 2A 2 0 E B7 38 44
Octal 200 326 333 52 2 0 16 267 70 104
Binary 10000000 11010110 11011011 101010 10 0 1110 10110111 111000 1000100

Color Harmonies of #80D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D6DB

Black with #80D6DB

Text Example


Text Example

White with #80D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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