#8DDBE1

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

Shades of Spray #8DDBE1

Tints of Spray #8DDBE1

Color information

#8DDBE1 (or 0x8DDBE1) is unknown color: approx Spray. HEX triplet: 8D, DB and E1. RGB value is (141,219,225). Sum of RGB (Red+Green+Blue) = 141+219+225=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDBE1 is #72241E. Grayscale: #C4C4C4. Windows color (decimal): -7480351 or 14801805. OLE color: 14801805.

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

Color convert

RGB141219225-
CMYK0.370.0300.12
HSL184.29º58.33%71.76%-
HSV(B)184.29º37.33%88.24%-
XYZ49.9161.7680.53-
YUV196.36144.1688.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.10%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=24.10%
G=37.44%
B=38.46%

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
Decimal1412192250.370.0300.12184.2958.3371.76
Hex8DDBE12530Cb83a48
Octal21533334145301427072110
Binary1000110111011011111000011001011101100101110001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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