#9CEBFB

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

Shades of Blizzard Blue #9CEBFB

Tints of Blizzard Blue #9CEBFB

Color information

#9CEBFB (or 0x9CEBFB) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EB and FB. RGB value is (156,235,251). Sum of RGB (Red+Green+Blue) = 156+235+251=642 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.30% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEBFB is #631404. Grayscale: #D5D5D5. Windows color (decimal): -6493189 or 16509852. OLE color: 16509852.

HSL color Cylindrical-coordinate representation of color #9CEBFB: hue angle of 190.11º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CEBFB is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156235251-
CMYK0.380.0600.02
HSL190.11º92.23%79.8%-
HSV(B)190.11º37.85%98.43%-
XYZ60.8373.45102.24-
YUV213.2149.3387.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.30%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=24.30%
G=36.60%
B=39.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562352510.380.0600.02190.1192.2379.8
Hex9CEBFB26602be5c50
Octal23435337346602276134120
Binary1001110011101011111110111001101100101011111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CEBFB; }

 p { color: rgb(156,235,251); }

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

<style>
 a { background-color: #9CEBFB; }

 a { background-color: rgb(156,235,251); }

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

<style>
 span { border-color: #9CEBFB; }

 span { border-color: rgb(156,235,251); }

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