Html Css Color HEX #80C1DB Spray

📋 copy color: '#80C1DB'

red 128 ◦ green 193 ◦ blue 219

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

Shades of Spray #80C1DB

Tints of Spray #80C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.74%

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

R = 23.7%
G = 35.74%
B = 40.56%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80C1DB (or 0x80C1DB) is known color: Spray. HEX triplet: 80, C1 and DB. RGB value is (128,193,219). Sum of RGB (Red+Green+Blue) = 128+193+219=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #80C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C1DB is #7F3E24. Grayscale: #B0B0B0. Windows color (decimal): -8338981 or 14401920. OLE color: 14401920.

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

Color convert

RGB 128 193 219 -
CMYK 0.42 0.12 0 0.14
HSL 197.14º 0.56% 0.68% -
HSV(B) 197.14º 0.42% 0.86% -
XYZ 40.76 47.84 74.1 -
YUV 176.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 128 193 219 0.42 0.12 0 0.14 197.14 0.56 0.68
Hex 80 C1 DB 2A C 0 E C5 38 44
Octal 200 301 333 52 14 0 16 305 70 104
Binary 10000000 11000001 11011011 101010 1100 0 1110 11000101 111000 1000100

Color Harmonies of #80C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C1DB

Black with #80C1DB

Text Example


Text Example

White with #80C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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