#8DDAE0

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

Shades of Spray #8DDAE0

Tints of Spray #8DDAE0

Color information

#8DDAE0 (or 0x8DDAE0) is unknown color: approx Spray. HEX triplet: 8D, DA and E0. RGB value is (141,218,224). Sum of RGB (Red+Green+Blue) = 141+218+224=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #8DDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAE0 is #72251F. Grayscale: #C3C3C3. Windows color (decimal): -7480608 or 14736013. OLE color: 14736013.

HSL color Cylindrical-coordinate representation of color #8DDAE0: hue angle of 184.34º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDAE0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141218224-
CMYK0.370.0300.12
HSL184.34º57.24%71.57%-
HSV(B)184.34º37.05%87.84%-
XYZ49.5161.1979.72-
YUV195.66143.9989.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.19%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=24.19%
G=37.39%
B=38.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412182240.370.0300.12184.3457.2471.57
Hex8DDAE02530Cb83948
Octal21533234045301427071110
Binary1000110111011010111000001001011101100101110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,224); }

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

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

 a { background-color: rgb(141,218,224); }

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

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

 span { border-color: rgb(141,218,224); }

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