#80CCDF

Color #80CCDF Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #80CCDF

Tints of Spray #80CCDF

Color information

#80CCDF (or 0x80CCDF) is unknown color: approx Spray. HEX triplet: 80, CC and DF. RGB value is (128,204,223). Sum of RGB (Red+Green+Blue) = 128+204+223=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #80CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCDF is #7F3320. Grayscale: #B7B7B7. Windows color (decimal): -8336161 or 14666880. OLE color: 14666880.

HSL color Cylindrical-coordinate representation of color #80CCDF: hue angle of 192º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CCDF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128204223-
CMYK0.430.0900.13
HSL192º59.75%68.82%-
HSV(B)192º42.6%87.45%-
XYZ43.8153.177.75-
YUV183.44150.3288.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.06%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=23.06%
G=36.76%
B=40.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282042230.430.0900.1319259.7568.82
Hex80CCDF2B90Dc03c45
Octal200314337531101530074105
Binary100000001100110011011111101011100101101110000001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,204,223); }

 H1.HeaderClassName
 {
   color: #80CCDF;
 }
 .AnyTagClassName
 {
   color: #80CCDF;
 }
</style>
background-color css

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

 a { background-color: rgb(128,204,223); }

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

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

 span { border-color: rgb(128,204,223); }

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