#8DC3CE

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

Shades of Spray #8DC3CE

Tints of Spray #8DC3CE

Color information

#8DC3CE (or 0x8DC3CE) is unknown color: approx Spray. HEX triplet: 8D, C3 and CE. RGB value is (141,195,206). Sum of RGB (Red+Green+Blue) = 141+195+206=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DC3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3CE is #723C31. Grayscale: #B4B4B4. Windows color (decimal): -7486514 or 13550477. OLE color: 13550477.

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

Color convert

RGB141195206-
CMYK0.320.0500.19
HSL190.15º39.88%68.04%-
HSV(B)190.15º31.55%80.78%-
XYZ41.6449.1565.68-
YUV180.11142.61100.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.01%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=26.01%
G=35.98%
B=38.01%

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
Decimal1411952060.320.0500.19190.1539.8868.04
Hex8DC3CE205013be2844
Octal21530331640502327650104
Binary100011011100001111001110100000101010011101111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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