Html Css Color HEX #80C5DB Spray

📋 copy color: '#80C5DB'

red 128 ◦ green 197 ◦ blue 219

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

Shades of Spray #80C5DB

Tints of Spray #80C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.21%

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

R = 23.53%
G = 36.21%
B = 40.26%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80C5DB (or 0x80C5DB) is known color: Spray. HEX triplet: 80, C5 and DB. RGB value is (128,197,219). Sum of RGB (Red+Green+Blue) = 128+197+219=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #80C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C5DB is #7F3A24. Grayscale: #B2B2B2. Windows color (decimal): -8337957 or 14402944. OLE color: 14402944.

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

Color convert

RGB 128 197 219 -
CMYK 0.42 0.10 0 0.14
HSL 194.51º 0.56% 0.68% -
HSV(B) 194.51º 0.42% 0.86% -
XYZ 41.65 49.64 74.4 -
YUV 178.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 128 197 219 0.42 0.10 0 0.14 194.51 0.56 0.68
Hex 80 C5 DB 2A A 0 E C3 38 44
Octal 200 305 333 52 12 0 16 303 70 104
Binary 10000000 11000101 11011011 101010 1010 0 1110 11000011 111000 1000100

Color Harmonies of #80C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C5DB

Black with #80C5DB

Text Example


Text Example

White with #80C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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