#8FDFEE

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

Shades of Blizzard Blue #8FDFEE

Tints of Blizzard Blue #8FDFEE

Color information

#8FDFEE (or 0x8FDFEE) is unknown color: approx Blizzard Blue. HEX triplet: 8F, DF and EE. RGB value is (143,223,238). Sum of RGB (Red+Green+Blue) = 143+223+238=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFEE is #702011. Grayscale: #C8C8C8. Windows color (decimal): -7348242 or 15654799. OLE color: 15654799.

HSL color Cylindrical-coordinate representation of color #8FDFEE: hue angle of 189.47º 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 #8FDFEE is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143223238-
CMYK0.400.0600.07
HSL189.47º73.64%74.71%-
HSV(B)189.47º39.92%93.33%-
XYZ53.1564.7990.59-
YUV200.7914986.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.68%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=23.68%
G=36.92%
B=39.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432232380.400.0600.07189.4773.6474.71
Hex8FDFEE28607bd4a4b
Octal21733735650607275112113
Binary10001111110111111110111010100011001111011110110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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