#8CC2CD

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

Shades of Spray #8CC2CD

Tints of Spray #8CC2CD

Color information

#8CC2CD (or 0x8CC2CD) is unknown color: approx Spray. HEX triplet: 8C, C2 and CD. RGB value is (140,194,205). Sum of RGB (Red+Green+Blue) = 140+194+205=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC2CD is #733D32. Grayscale: #B3B3B3. Windows color (decimal): -7552307 or 13484684. OLE color: 13484684.

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

Color convert

RGB140194205-
CMYK0.320.0500.20
HSL190.15º39.39%67.65%-
HSV(B)190.15º31.71%80.39%-
XYZ41.1348.5764.96-
YUV179.11142.61100.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.97%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=25.97%
G=35.99%
B=38.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401942050.320.0500.20190.1539.3967.65
Hex8CC2CD205014be2744
Octal21430231540502427647104
Binary100011001100001011001101100000101010100101111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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