#8CC4CD

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

Shades of Spray #8CC4CD

Tints of Spray #8CC4CD

Color information

#8CC4CD (or 0x8CC4CD) is unknown color: approx Spray. HEX triplet: 8C, C4 and CD. RGB value is (140,196,205). Sum of RGB (Red+Green+Blue) = 140+196+205=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4CD is #733B32. Grayscale: #B4B4B4. Windows color (decimal): -7551795 or 13485196. OLE color: 13485196.

HSL color Cylindrical-coordinate representation of color #8CC4CD: hue angle of 188.31º 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 #8CC4CD is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140196205-
CMYK0.320.0400.20
HSL188.31º39.39%67.65%-
HSV(B)188.31º31.71%80.39%-
XYZ41.5749.4665.11-
YUV180.28141.9599.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.88%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=25.88%
G=36.23%
B=37.89%

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
Decimal1401962050.320.0400.20188.3139.3967.65
Hex8CC4CD204014bc2744
Octal21430431540402427447104
Binary100011001100010011001101100000100010100101111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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