Html Css Color HEX #80C0DC Spray

📋 copy color: '#80C0DC'

red 128 ◦ green 192 ◦ blue 220

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

Shades of Spray #80C0DC

Tints of Spray #80C0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.56%

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 23.7%
G = 35.56%
B = 40.74%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80C0DC (or 0x80C0DC) is known color: Spray. HEX triplet: 80, C0 and DC. RGB value is (128,192,220). Sum of RGB (Red+Green+Blue) = 128+192+220=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #80C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0DC is #7F3F23. Grayscale: #AFAFAF. Windows color (decimal): -8339236 or 14467200. OLE color: 14467200.

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

Color convert

RGB 128 192 220 -
CMYK 0.42 0.13 0 0.14
HSL 198.26º 0.57% 0.68% -
HSV(B) 198.26º 0.42% 0.86% -
XYZ 40.67 47.46 74.73 -
YUV 176.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 128 192 220 0.42 0.13 0 0.14 198.26 0.57 0.68
Hex 80 C0 DC 2A D 0 E C6 39 44
Octal 200 300 334 52 15 0 16 306 71 104
Binary 10000000 11000000 11011100 101010 1101 0 1110 11000110 111001 1000100

Color Harmonies of #80C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C0DC

Black with #80C0DC

Text Example


Text Example

White with #80C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,220); }

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

background-color css

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

 a { background-color: rgb(128,192,220); }

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

border-color css

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

 span { border-color: rgb(128,192,220); }

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