#80CAD6

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

Shades of Spray #80CAD6

Tints of Spray #80CAD6

Color information

#80CAD6 (or 0x80CAD6) is unknown color: approx Spray. HEX triplet: 80, CA and D6. RGB value is (128,202,214). Sum of RGB (Red+Green+Blue) = 128+202+214=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #80CAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CAD6 is #7F3529. Grayscale: #B5B5B5. Windows color (decimal): -8336682 or 14076544. OLE color: 14076544.

HSL color Cylindrical-coordinate representation of color #80CAD6: hue angle of 188.37º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80CAD6 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128202214-
CMYK0.400.0600.16
HSL188.37º51.19%67.06%-
HSV(B)188.37º40.19%83.92%-
XYZ42.1651.6971.37-
YUV181.24146.4890.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.53%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 214 (83.98% from 255) = 39.34%
R=23.53%
G=37.13%
B=39.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282022140.400.0600.16188.3751.1967.06
Hex80CAD6286010bc3343
Octal20031232650602027463103
Binary100000001100101011010110101000110010000101111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,202,214); }

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

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

 a { background-color: rgb(128,202,214); }

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

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

 span { border-color: rgb(128,202,214); }

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