Html Css Color HEX #80D1DB Spray

📋 copy color: '#80D1DB'

red 128 ◦ green 209 ◦ blue 219

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

Shades of Spray #80D1DB

Tints of Spray #80D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.59%

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

R = 23.02%
G = 37.59%
B = 39.39%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80D1DB (or 0x80D1DB) is known color: Spray. HEX triplet: 80, D1 and DB. RGB value is (128,209,219). Sum of RGB (Red+Green+Blue) = 128+209+219=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #80D1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D1DB is #7F2E24. Grayscale: #B9B9B9. Windows color (decimal): -8334885 or 14406016. OLE color: 14406016.

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

Color convert

RGB 128 209 219 -
CMYK 0.42 0.05 0 0.14
HSL 186.59º 0.56% 0.68% -
HSV(B) 186.59º 0.42% 0.86% -
XYZ 44.49 55.3 75.35 -
YUV 185.92 146.66 86.69 -
System Red Green Blue C M Y K H S L
Decimal 128 209 219 0.42 0.05 0 0.14 186.59 0.56 0.68
Hex 80 D1 DB 2A 5 0 E BB 38 44
Octal 200 321 333 52 5 0 16 273 70 104
Binary 10000000 11010001 11011011 101010 101 0 1110 10111011 111000 1000100

Color Harmonies of #80D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D1DB

Black with #80D1DB

Text Example


Text Example

White with #80D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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