#9FEBEB

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

Shades of Blizzard Blue #9FEBEB

Tints of Blizzard Blue #9FEBEB

Color information

#9FEBEB (or 0x9FEBEB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EB and EB. RGB value is (159,235,235). Sum of RGB (Red+Green+Blue) = 159+235+235=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #9FEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBEB is #601414. Grayscale: #D4D4D4. Windows color (decimal): -6296597 or 15461279. OLE color: 15461279.

HSL color Cylindrical-coordinate representation of color #9FEBEB: hue angle of 180º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBEB is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159235235-
CMYK0.32000.08
HSL180º65.52%77.25%-
HSV(B)180º32.34%92.16%-
XYZ5972.7989.54-
YUV212.28140.8290-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.28%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=25.28%
G=37.36%
B=37.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592352350.32000.0818065.5277.25
Hex9FEBEB20008b4424d
Octal237353353400010264102115
Binary1001111111101011111010111000000010001011010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,235); }

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

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

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

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

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

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

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