Shades of Blizzard Blue #AFEBFF
Tints of Blizzard Blue #AFEBFF
RGB
CMYK
RGB Variations
Color information
#AFEBFF (or 0xAFEBFF) is known color: Blizzard Blue. HEX triplet: AF, EB and FF. RGB value is (175,235,255). Sum of RGB (Red+Green+Blue) = 175+235+255=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBFF is #501400. Grayscale: #DBDBDB. Windows color (decimal): -5248001 or 16772015. OLE color: 16772015.
HSL color Cylindrical-coordinate representation of color #AFEBFF: hue angle of 195º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFEBFF is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 235 | 255 | - |
| CMYK | 0.31 | 0.08 | 0 | 0 |
| HSL | 195º | 1% | 0.84% | - |
| HSV(B) | 195º | 0.31% | 1% | - |
| XYZ | 65.44 | 75.75 | 105.78 | - |
| YUV | 219.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 255 | 0.31 | 0.08 | 0 | 0 | 195 | 1 | 0.84 |
| Hex | AF | EB | FF | 1F | 8 | 0 | 0 | C3 | 64 | 54 |
| Octal | 257 | 353 | 377 | 37 | 10 | 0 | 0 | 303 | 144 | 124 |
| Binary | 10101111 | 11101011 | 11111111 | 11111 | 1000 | 0 | 0 | 11000011 | 1100100 | 1010100 |
Color Harmonies of #AFEBFF
Complementary color
Monochromatic Colors of #AFEBFF
Black with #AFEBFF
Text Example
Text Example
White with #AFEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBFF; }
p { color: rgb(175,235,255); }
H1.HeaderClassName
{
color: #AFEBFF;
}
.AnyTagClassName
{
color: #AFEBFF;
}
</style>
background-color css
<style>
a { background-color: #AFEBFF; }
a { background-color: rgb(175,235,255); }
div.DivClassName
{
background-color: #AFEBFF;
}
.BgClassName
{
background-color: #AFEBFF;
}
</style>
border-color css
<style>
span { border-color: #AFEBFF; }
span { border-color: rgb(175,235,255); }
td.TdClassName
{
border-color: #AFEBFF;
}
.TagClassName
{
border-color: #AFEBFF;
}
</style>