#9BEDFD

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

Shades of Blizzard Blue #9BEDFD

Tints of Blizzard Blue #9BEDFD

Color information

#9BEDFD (or 0x9BEDFD) is unknown color: approx Blizzard Blue. HEX triplet: 9B, ED and FD. RGB value is (155,237,253). Sum of RGB (Red+Green+Blue) = 155+237+253=645 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.03% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDFD is #641202. Grayscale: #D6D6D6. Windows color (decimal): -6558211 or 16641435. OLE color: 16641435.

HSL color Cylindrical-coordinate representation of color #9BEDFD: hue angle of 189.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BEDFD is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155237253-
CMYK0.390.0600.01
HSL189.8º96.08%80%-
HSV(B)189.8º38.74%99.22%-
XYZ61.5374.63104.09-
YUV214.31149.8385.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.03%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=24.03%
G=36.74%
B=39.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552372530.390.0600.01189.896.0880
Hex9BEDFD27601be6050
Octal23335537547601276140120
Binary100110111110110111111101100111110011011111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,237,253); }

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

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

 a { background-color: rgb(155,237,253); }

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

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

 span { border-color: rgb(155,237,253); }

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