#8CE3F0

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

Shades of Blizzard Blue #8CE3F0

Tints of Blizzard Blue #8CE3F0

Color information

#8CE3F0 (or 0x8CE3F0) is unknown color: approx Blizzard Blue. HEX triplet: 8C, E3 and F0. RGB value is (140,227,240). Sum of RGB (Red+Green+Blue) = 140+227+240=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #8CE3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE3F0 is #731C0F. Grayscale: #CACACA. Windows color (decimal): -7543824 or 15786892. OLE color: 15786892.

HSL color Cylindrical-coordinate representation of color #8CE3F0: hue angle of 187.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CE3F0 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140227240-
CMYK0.420.0500.06
HSL187.8º76.92%74.51%-
HSV(B)187.8º41.67%94.12%-
XYZ54.0166.892.49-
YUV202.47149.1883.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.06%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 240 (94.14% from 255) = 39.54%
R=23.06%
G=37.40%
B=39.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402272400.420.0500.06187.876.9274.51
Hex8CE3F02A506bc4d4b
Octal21434336052506274115113
Binary10001100111000111111000010101010101101011110010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,227,240); }

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

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

 a { background-color: rgb(140,227,240); }

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

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

 span { border-color: rgb(140,227,240); }

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