#8DCED7

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

Shades of Spray #8DCED7

Tints of Spray #8DCED7

Color information

#8DCED7 (or 0x8DCED7) is unknown color: approx Spray. HEX triplet: 8D, CE and D7. RGB value is (141,206,215). Sum of RGB (Red+Green+Blue) = 141+206+215=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #8DCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCED7 is #723128. Grayscale: #BBBBBB. Windows color (decimal): -7483689 or 14143117. OLE color: 14143117.

HSL color Cylindrical-coordinate representation of color #8DCED7: hue angle of 187.3º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DCED7 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141206215-
CMYK0.340.0400.16
HSL187.3º48.05%69.8%-
HSV(B)187.3º34.42%84.31%-
XYZ45.3254.7172.46-
YUV187.59143.4794.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=25.09%
G=36.65%
B=38.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412062150.340.0400.16187.348.0569.8
Hex8DCED7224010bb3046
Octal21531632742402027360106
Binary100011011100111011010111100010100010000101110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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