#8FEEEE

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

Shades of Blizzard Blue #8FEEEE

Tints of Blizzard Blue #8FEEEE

Color information

#8FEEEE (or 0x8FEEEE) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EE and EE. RGB value is (143,238,238). Sum of RGB (Red+Green+Blue) = 143+238+238=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #8FEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEEE is #701111. Grayscale: #D1D1D1. Windows color (decimal): -7344402 or 15658639. OLE color: 15658639.

HSL color Cylindrical-coordinate representation of color #8FEEEE: hue angle of 180º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEEE is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143238238-
CMYK0.40000.07
HSL180º73.64%74.71%-
HSV(B)180º39.92%93.33%-
XYZ57.3373.1691.99-
YUV209.6144.0380.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.10%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=23.10%
G=38.45%
B=38.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432382380.40000.0718073.6474.71
Hex8FEEEE28007b44a4b
Octal21735635650007264112113
Binary100011111110111011101110101000001111011010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,238,238); }

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

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

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

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

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

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

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