#8DD8DF

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

Shades of Spray #8DD8DF

Tints of Spray #8DD8DF

Color information

#8DD8DF (or 0x8DD8DF) is unknown color: approx Spray. HEX triplet: 8D, D8 and DF. RGB value is (141,216,223). Sum of RGB (Red+Green+Blue) = 141+216+223=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8DF is #722720. Grayscale: #C2C2C2. Windows color (decimal): -7481121 or 14669965. OLE color: 14669965.

HSL color Cylindrical-coordinate representation of color #8DD8DF: hue angle of 185.12º 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 #8DD8DF is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141216223-
CMYK0.370.0300.13
HSL185.12º56.16%71.37%-
HSV(B)185.12º36.77%87.45%-
XYZ48.8660.178.84-
YUV194.37144.1589.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.31%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=24.31%
G=37.24%
B=38.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412162230.370.0300.13185.1256.1671.37
Hex8DD8DF2530Db93847
Octal21533033745301527170107
Binary1000110111011000110111111001011101101101110011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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