#8FDEEB

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

Shades of Blizzard Blue #8FDEEB

Tints of Blizzard Blue #8FDEEB

Color information

#8FDEEB (or 0x8FDEEB) is unknown color: approx Blizzard Blue. HEX triplet: 8F, DE and EB. RGB value is (143,222,235). Sum of RGB (Red+Green+Blue) = 143+222+235=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDEEB is #702114. Grayscale: #C7C7C7. Windows color (decimal): -7348501 or 15457935. OLE color: 15457935.

HSL color Cylindrical-coordinate representation of color #8FDEEB: hue angle of 188.48º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDEEB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143222235-
CMYK0.390.0600.08
HSL188.48º69.7%74.12%-
HSV(B)188.48º39.15%92.16%-
XYZ52.4464.0888.2-
YUV199.86147.8387.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.83%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=23.83%
G=37%
B=39.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432222350.390.0600.08188.4869.774.12
Hex8FDEEB27608bc464a
Octal217336353476010274106112
Binary100011111101111011101011100111110010001011110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,222,235); }

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

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

 a { background-color: rgb(143,222,235); }

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

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

 span { border-color: rgb(143,222,235); }

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