Shades of Blizzard Blue #9AEDED
Tints of Blizzard Blue #9AEDED
RGB
CMYK
RGB Variations
Color information
#9AEDED (or 0x9AEDED) is known color: Blizzard Blue. HEX triplet: 9A, ED and ED. RGB value is (154,237,237). Sum of RGB (Red+Green+Blue) = 154+237+237=628 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.52% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #9AEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDED is #651212. Grayscale: #D4D4D4. Windows color (decimal): -6623763 or 15592858. OLE color: 15592858.
HSL color Cylindrical-coordinate representation of color #9AEDED: hue angle of 180º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDED is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 237 | - |
| CMYK | 0.35 | 0 | 0 | 0.07 |
| HSL | 180º | 0.7% | 0.77% | - |
| HSV(B) | 180º | 0.35% | 0.93% | - |
| XYZ | 58.9 | 73.55 | 91.21 | - |
| YUV | 212.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 237 | 0.35 | 0 | 0 | 0.07 | 180 | 0.7 | 0.77 |
| Hex | 9A | ED | ED | 23 | 0 | 0 | 7 | B4 | 46 | 4D |
| Octal | 232 | 355 | 355 | 43 | 0 | 0 | 7 | 264 | 106 | 115 |
| Binary | 10011010 | 11101101 | 11101101 | 100011 | 0 | 0 | 111 | 10110100 | 1000110 | 1001101 |
Color Harmonies of #9AEDED
Complementary color
Monochromatic Colors of #9AEDED
Black with #9AEDED
Text Example
Text Example
White with #9AEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDED; }
p { color: rgb(154,237,237); }
H1.HeaderClassName
{
color: #9AEDED;
}
.AnyTagClassName
{
color: #9AEDED;
}
</style>
background-color css
<style>
a { background-color: #9AEDED; }
a { background-color: rgb(154,237,237); }
div.DivClassName
{
background-color: #9AEDED;
}
.BgClassName
{
background-color: #9AEDED;
}
</style>
border-color css
<style>
span { border-color: #9AEDED; }
span { border-color: rgb(154,237,237); }
td.TdClassName
{
border-color: #9AEDED;
}
.TagClassName
{
border-color: #9AEDED;
}
</style>