#8FD9E1

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

Shades of Spray #8FD9E1

Tints of Spray #8FD9E1

Color information

#8FD9E1 (or 0x8FD9E1) is unknown color: approx Spray. HEX triplet: 8F, D9 and E1. RGB value is (143,217,225). Sum of RGB (Red+Green+Blue) = 143+217+225=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 217 (85.16% from 255 or 37.09% 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 #8FD9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD9E1 is #70261E. Grayscale: #C3C3C3. Windows color (decimal): -7349791 or 14801295. OLE color: 14801295.

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

Color convert

RGB143217225-
CMYK0.360.0400.12
HSL185.85º57.75%72.16%-
HSV(B)185.85º36.44%88.24%-
XYZ49.7360.980.37-
YUV195.79144.4890.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.44%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=24.44%
G=37.09%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1432172250.360.0400.12185.8557.7572.16
Hex8FD9E12440Cba3a48
Octal21733134144401427272110
Binary10001111110110011110000110010010001100101110101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,217,225); }

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

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

 a { background-color: rgb(143,217,225); }

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

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

 span { border-color: rgb(143,217,225); }

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