#80CDCE

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

Shades of Spray #80CDCE

Tints of Spray #80CDCE

Color information

#80CDCE (or 0x80CDCE) is unknown color: approx Spray. HEX triplet: 80, CD and CE. RGB value is (128,205,206). Sum of RGB (Red+Green+Blue) = 128+205+206=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #80CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDCE is #7F3231. Grayscale: #B6B6B6. Windows color (decimal): -8335922 or 13553024. OLE color: 13553024.

HSL color Cylindrical-coordinate representation of color #80CDCE: hue angle of 180.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CDCE is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128205206-
CMYK0.380.0000.19
HSL180.77º44.32%65.49%-
HSV(B)180.77º37.86%80.78%-
XYZ41.8752.7166.36-
YUV182.09141.4989.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.75%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=23.75%
G=38.03%
B=38.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282052060.380.0000.19180.7744.3265.49
Hex80CDCE260013b52c41
Octal20031531646002326554101
Binary1000000011001101110011101001100010011101101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,205,206); }

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

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

 a { background-color: rgb(128,205,206); }

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

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

 span { border-color: rgb(128,205,206); }

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