Html Css Color HEX #80DBDA Spray

📋 copy color: '#80DBDA'

red 128 ◦ green 219 ◦ blue 218

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

Shades of Spray #80DBDA

Tints of Spray #80DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.76%

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

R = 22.65%
G = 38.76%
B = 38.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#80DBDA (or 0x80DBDA) is known color: Spray. HEX triplet: 80, DB and DA. RGB value is (128,219,218). Sum of RGB (Red+Green+Blue) = 128+219+218=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBDA is #7F2425. Grayscale: #BFBFBF. Windows color (decimal): -8332326 or 14343040. OLE color: 14343040.

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

Color convert

RGB 128 219 218 -
CMYK 0.42 0 0.00 0.14
HSL 179.34º 0.56% 0.68% -
HSV(B) 179.34º 0.42% 0.86% -
XYZ 46.89 60.31 75.5 -
YUV 191.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 128 219 218 0.42 0 0.00 0.14 179.34 0.56 0.68
Hex 80 DB DA 2A 0 0 E B3 38 44
Octal 200 333 332 52 0 0 16 263 70 104
Binary 10000000 11011011 11011010 101010 0 0 1110 10110011 111000 1000100

Color Harmonies of #80DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DBDA

Black with #80DBDA

Text Example


Text Example

White with #80DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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