#8DC5CF

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

Shades of Spray #8DC5CF

Tints of Spray #8DC5CF

Color information

#8DC5CF (or 0x8DC5CF) is unknown color: approx Spray. HEX triplet: 8D, C5 and CF. RGB value is (141,197,207). Sum of RGB (Red+Green+Blue) = 141+197+207=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5CF is #723A30. Grayscale: #B5B5B5. Windows color (decimal): -7486001 or 13616525. OLE color: 13616525.

HSL color Cylindrical-coordinate representation of color #8DC5CF: hue angle of 189.09º degrees, saturation: 0.41, 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 #8DC5CF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141197207-
CMYK0.320.0500.19
HSL189.09º40.74%68.24%-
HSV(B)189.09º31.88%81.18%-
XYZ42.2150.166.48-
YUV181.4142.4599.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.87%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=25.87%
G=36.15%
B=37.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411972070.320.0500.19189.0940.7468.24
Hex8DC5CF205013bd2944
Octal21530531740502327551104
Binary100011011100010111001111100000101010011101111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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