#8DDAE1

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

Shades of Spray #8DDAE1

Tints of Spray #8DDAE1

Color information

#8DDAE1 (or 0x8DDAE1) is unknown color: approx Spray. HEX triplet: 8D, DA and E1. RGB value is (141,218,225). Sum of RGB (Red+Green+Blue) = 141+218+225=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DDAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAE1 is #72251E. Grayscale: #C3C3C3. Windows color (decimal): -7480607 or 14801549. OLE color: 14801549.

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

Color convert

RGB141218225-
CMYK0.370.0300.12
HSL185º58.33%71.76%-
HSV(B)185º37.33%88.24%-
XYZ49.6561.2480.44-
YUV195.78144.4988.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=24.14%
G=37.33%
B=38.53%

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
Decimal1412182250.370.0300.1218558.3371.76
Hex8DDAE12530Cb93a48
Octal21533234145301427172110
Binary1000110111011010111000011001011101100101110011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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