Shades of Blizzard Blue #95E3F3
Tints of Blizzard Blue #95E3F3
RGB
CMYK
RGB Variations
Color information
#95E3F3 (or 0x95E3F3) is known color: Blizzard Blue. HEX triplet: 95, E3 and F3. RGB value is (149,227,243). Sum of RGB (Red+Green+Blue) = 149+227+243=619 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.07% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #95E3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E3F3 is #6A1C0C. Grayscale: #CDCDCD. Windows color (decimal): -6953997 or 15983509. OLE color: 15983509.
HSL color Cylindrical-coordinate representation of color #95E3F3: hue angle of 190.21º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95E3F3 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 227 | 243 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.05 |
| HSL | 190.21º | 0.8% | 0.77% | - |
| HSV(B) | 190.21º | 0.39% | 0.95% | - |
| XYZ | 56.04 | 67.8 | 94.93 | - |
| YUV | 205.5 | 149.16 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 243 | 0.39 | 0.07 | 0 | 0.05 | 190.21 | 0.8 | 0.77 |
| Hex | 95 | E3 | F3 | 27 | 7 | 0 | 5 | BE | 50 | 4D |
| Octal | 225 | 343 | 363 | 47 | 7 | 0 | 5 | 276 | 120 | 115 |
| Binary | 10010101 | 11100011 | 11110011 | 100111 | 111 | 0 | 101 | 10111110 | 1010000 | 1001101 |
Color Harmonies of #95E3F3
Complementary color
Monochromatic Colors of #95E3F3
Black with #95E3F3
Text Example
Text Example
White with #95E3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E3F3; }
p { color: rgb(149,227,243); }
H1.HeaderClassName
{
color: #95E3F3;
}
.AnyTagClassName
{
color: #95E3F3;
}
</style>
background-color css
<style>
a { background-color: #95E3F3; }
a { background-color: rgb(149,227,243); }
div.DivClassName
{
background-color: #95E3F3;
}
.BgClassName
{
background-color: #95E3F3;
}
</style>
border-color css
<style>
span { border-color: #95E3F3; }
span { border-color: rgb(149,227,243); }
td.TdClassName
{
border-color: #95E3F3;
}
.TagClassName
{
border-color: #95E3F3;
}
</style>