#8DC5CE

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

Shades of Spray #8DC5CE

Tints of Spray #8DC5CE

Color information

#8DC5CE (or 0x8DC5CE) is unknown color: approx Spray. HEX triplet: 8D, C5 and CE. RGB value is (141,197,206). Sum of RGB (Red+Green+Blue) = 141+197+206=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DC5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5CE is #723A31. Grayscale: #B5B5B5. Windows color (decimal): -7486002 or 13550989. OLE color: 13550989.

HSL color Cylindrical-coordinate representation of color #8DC5CE: hue angle of 188.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DC5CE is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141197206-
CMYK0.320.0400.19
HSL188.31º39.88%68.04%-
HSV(B)188.31º31.55%80.78%-
XYZ42.0950.0565.83-
YUV181.28141.9599.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.92%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=25.92%
G=36.21%
B=37.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411972060.320.0400.19188.3139.8868.04
Hex8DC5CE204013bc2844
Octal21530531640402327450104
Binary100011011100010111001110100000100010011101111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC5CE; }

 p { color: rgb(141,197,206); }

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

<style>
 a { background-color: #8DC5CE; }

 a { background-color: rgb(141,197,206); }

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

<style>
 span { border-color: #8DC5CE; }

 span { border-color: rgb(141,197,206); }

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