Shades of Blizzard Blue #A8DFF3
Tints of Blizzard Blue #A8DFF3
RGB
CMYK
RGB Variations
Color information
#A8DFF3 (or 0xA8DFF3) is known color: Blizzard Blue. HEX triplet: A8, DF and F3. RGB value is (168,223,243). Sum of RGB (Red+Green+Blue) = 168+223+243=634 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.50% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFF3 is #57200C. Grayscale: #D0D0D0. Windows color (decimal): -5709837 or 15982504. OLE color: 15982504.
HSL color Cylindrical-coordinate representation of color #A8DFF3: hue angle of 196º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8DFF3 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 223 | 243 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.05 |
| HSL | 196º | 0.76% | 0.81% | - |
| HSV(B) | 196º | 0.31% | 0.95% | - |
| XYZ | 58.71 | 67.57 | 94.74 | - |
| YUV | 208.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 243 | 0.31 | 0.08 | 0 | 0.05 | 196 | 0.76 | 0.81 |
| Hex | A8 | DF | F3 | 1F | 8 | 0 | 5 | C4 | 4C | 51 |
| Octal | 250 | 337 | 363 | 37 | 10 | 0 | 5 | 304 | 114 | 121 |
| Binary | 10101000 | 11011111 | 11110011 | 11111 | 1000 | 0 | 101 | 11000100 | 1001100 | 1010001 |
Color Harmonies of #A8DFF3
Complementary color
Monochromatic Colors of #A8DFF3
Black with #A8DFF3
Text Example
Text Example
White with #A8DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFF3; }
p { color: rgb(168,223,243); }
H1.HeaderClassName
{
color: #A8DFF3;
}
.AnyTagClassName
{
color: #A8DFF3;
}
</style>
background-color css
<style>
a { background-color: #A8DFF3; }
a { background-color: rgb(168,223,243); }
div.DivClassName
{
background-color: #A8DFF3;
}
.BgClassName
{
background-color: #A8DFF3;
}
</style>
border-color css
<style>
span { border-color: #A8DFF3; }
span { border-color: rgb(168,223,243); }
td.TdClassName
{
border-color: #A8DFF3;
}
.TagClassName
{
border-color: #A8DFF3;
}
</style>