#8DD4DF

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

Shades of Spray #8DD4DF

Tints of Spray #8DD4DF

Color information

#8DD4DF (or 0x8DD4DF) is unknown color: approx Spray. HEX triplet: 8D, D4 and DF. RGB value is (141,212,223). Sum of RGB (Red+Green+Blue) = 141+212+223=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD4DF is #722B20. Grayscale: #BFBFBF. Windows color (decimal): -7482145 or 14668941. OLE color: 14668941.

HSL color Cylindrical-coordinate representation of color #8DD4DF: hue angle of 188.05º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DD4DF is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141212223-
CMYK0.370.0500.13
HSL188.05º56.16%71.37%-
HSV(B)188.05º36.77%87.45%-
XYZ47.8558.0878.5-
YUV192.02145.4891.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.48%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=24.48%
G=36.81%
B=38.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412122230.370.0500.13188.0556.1671.37
Hex8DD4DF2550Dbc3847
Octal21532433745501527470107
Binary10001101110101001101111110010110101101101111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,212,223); }

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

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

 a { background-color: rgb(141,212,223); }

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

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

 span { border-color: rgb(141,212,223); }

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