#98EDEE

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

Shades of Blizzard Blue #98EDEE

Tints of Blizzard Blue #98EDEE

Color information

#98EDEE (or 0x98EDEE) is unknown color: approx Blizzard Blue. HEX triplet: 98, ED and EE. RGB value is (152,237,238). Sum of RGB (Red+Green+Blue) = 152+237+238=627 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.24% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #98EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EDEE is #671211. Grayscale: #D3D3D3. Windows color (decimal): -6754834 or 15658392. OLE color: 15658392.

HSL color Cylindrical-coordinate representation of color #98EDEE: hue angle of 180.7º degrees, saturation: 0.72, 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 #98EDEE is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152237238-
CMYK0.360.0000.07
HSL180.7º71.67%76.47%-
HSV(B)180.7º36.13%93.33%-
XYZ58.6773.4291.97-
YUV211.7142.8485.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.24%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=24.24%
G=37.80%
B=37.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522372380.360.0000.07180.771.6776.47
Hex98EDEE24007b5484c
Octal23035535644007265110114
Binary100110001110110111101110100100001111011010110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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