#98DCED

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

Shades of Blizzard Blue #98DCED

Tints of Blizzard Blue #98DCED

Color information

#98DCED (or 0x98DCED) is unknown color: approx Blizzard Blue. HEX triplet: 98, DC and ED. RGB value is (152,220,237). Sum of RGB (Red+Green+Blue) = 152+220+237=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #98DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DCED is #672312. Grayscale: #C9C9C9. Windows color (decimal): -6759187 or 15588504. OLE color: 15588504.

HSL color Cylindrical-coordinate representation of color #98DCED: hue angle of 192º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98DCED is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152220237-
CMYK0.360.0700.07
HSL192º70.25%76.27%-
HSV(B)192º35.86%92.94%-
XYZ53.8363.9889.63-
YUV201.61147.9792.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.96%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=24.96%
G=36.12%
B=38.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522202370.360.0700.0719270.2576.27
Hex98DCED24707c0464c
Octal23033435544707300106114
Binary10011000110111001110110110010011101111100000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DCED; }

 p { color: rgb(152,220,237); }

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

<style>
 a { background-color: #98DCED; }

 a { background-color: rgb(152,220,237); }

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

<style>
 span { border-color: #98DCED; }

 span { border-color: rgb(152,220,237); }

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