#8CC5CD

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

Shades of Spray #8CC5CD

Tints of Spray #8CC5CD

Color information

#8CC5CD (or 0x8CC5CD) is unknown color: approx Spray. HEX triplet: 8C, C5 and CD. RGB value is (140,197,205). Sum of RGB (Red+Green+Blue) = 140+197+205=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5CD is #733A32. Grayscale: #B4B4B4. Windows color (decimal): -7551539 or 13485452. OLE color: 13485452.

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

Color convert

RGB140197205-
CMYK0.320.0400.20
HSL187.38º39.39%67.65%-
HSV(B)187.38º31.71%80.39%-
XYZ41.849.9265.19-
YUV180.87141.6298.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.83%
GREEN value IS 197 (77.34% from 255) = 36.35%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=25.83%
G=36.35%
B=37.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401972050.320.0400.20187.3839.3967.65
Hex8CC5CD204014bb2744
Octal21430531540402427347104
Binary100011001100010111001101100000100010100101110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,197,205); }

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

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

 a { background-color: rgb(140,197,205); }

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

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

 span { border-color: rgb(140,197,205); }

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