Shades of Light Blue #AFE0F6
Tints of Light Blue #AFE0F6
RGB
CMYK
RGB Variations
Color information
#AFE0F6 (or 0xAFE0F6) is known color: Light Blue. HEX triplet: AF, E0 and F6. RGB value is (175,224,246). Sum of RGB (Red+Green+Blue) = 175+224+246=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFE0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0F6 is #501F09. Grayscale: #D3D3D3. Windows color (decimal): -5250826 or 16179375. OLE color: 16179375.
HSL color Cylindrical-coordinate representation of color #AFE0F6: hue angle of 198.59º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFE0F6 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 224 | 246 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.04 |
| HSL | 198.59º | 0.8% | 0.83% | - |
| HSV(B) | 198.59º | 0.29% | 0.96% | - |
| XYZ | 60.97 | 69.08 | 97.31 | - |
| YUV | 211.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 246 | 0.29 | 0.09 | 0 | 0.04 | 198.59 | 0.8 | 0.83 |
| Hex | AF | E0 | F6 | 1D | 9 | 0 | 4 | C7 | 50 | 53 |
| Octal | 257 | 340 | 366 | 35 | 11 | 0 | 4 | 307 | 120 | 123 |
| Binary | 10101111 | 11100000 | 11110110 | 11101 | 1001 | 0 | 100 | 11000111 | 1010000 | 1010011 |
Color Harmonies of #AFE0F6
Complementary color
Monochromatic Colors of #AFE0F6
Black with #AFE0F6
Text Example
Text Example
White with #AFE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0F6; }
p { color: rgb(175,224,246); }
H1.HeaderClassName
{
color: #AFE0F6;
}
.AnyTagClassName
{
color: #AFE0F6;
}
</style>
background-color css
<style>
a { background-color: #AFE0F6; }
a { background-color: rgb(175,224,246); }
div.DivClassName
{
background-color: #AFE0F6;
}
.BgClassName
{
background-color: #AFE0F6;
}
</style>
border-color css
<style>
span { border-color: #AFE0F6; }
span { border-color: rgb(175,224,246); }
td.TdClassName
{
border-color: #AFE0F6;
}
.TagClassName
{
border-color: #AFE0F6;
}
</style>