#8DC2CE

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

Shades of Spray #8DC2CE

Tints of Spray #8DC2CE

Color information

#8DC2CE (or 0x8DC2CE) is unknown color: approx Spray. HEX triplet: 8D, C2 and CE. RGB value is (141,194,206). Sum of RGB (Red+Green+Blue) = 141+194+206=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2CE is #723D31. Grayscale: #B3B3B3. Windows color (decimal): -7486770 or 13550221. OLE color: 13550221.

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

Color convert

RGB141194206-
CMYK0.320.0600.19
HSL191.08º39.88%68.04%-
HSV(B)191.08º31.55%80.78%-
XYZ41.4248.765.61-
YUV179.52142.94100.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=26.06%
G=35.86%
B=38.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411942060.320.0600.19191.0839.8868.04
Hex8DC2CE206013bf2844
Octal21530231640602327750104
Binary100011011100001011001110100000110010011101111111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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