Shades of Light Blue #AFDEF6
Tints of Light Blue #AFDEF6
RGB
CMYK
RGB Variations
Color information
#AFDEF6 (or 0xAFDEF6) is known color: Light Blue. HEX triplet: AF, DE and F6. RGB value is (175,222,246). Sum of RGB (Red+Green+Blue) = 175+222+246=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFDEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEF6 is #502109. Grayscale: #D2D2D2. Windows color (decimal): -5251338 or 16178863. OLE color: 16178863.
HSL color Cylindrical-coordinate representation of color #AFDEF6: hue angle of 200.28º 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 #AFDEF6 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 222 | 246 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.04 |
| HSL | 200.28º | 0.8% | 0.83% | - |
| HSV(B) | 200.28º | 0.29% | 0.96% | - |
| XYZ | 60.44 | 68.01 | 97.13 | - |
| YUV | 210.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 246 | 0.29 | 0.10 | 0 | 0.04 | 200.28 | 0.8 | 0.83 |
| Hex | AF | DE | F6 | 1D | A | 0 | 4 | C8 | 50 | 53 |
| Octal | 257 | 336 | 366 | 35 | 12 | 0 | 4 | 310 | 120 | 123 |
| Binary | 10101111 | 11011110 | 11110110 | 11101 | 1010 | 0 | 100 | 11001000 | 1010000 | 1010011 |
Color Harmonies of #AFDEF6
Complementary color
Monochromatic Colors of #AFDEF6
Black with #AFDEF6
Text Example
Text Example
White with #AFDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEF6; }
p { color: rgb(175,222,246); }
H1.HeaderClassName
{
color: #AFDEF6;
}
.AnyTagClassName
{
color: #AFDEF6;
}
</style>
background-color css
<style>
a { background-color: #AFDEF6; }
a { background-color: rgb(175,222,246); }
div.DivClassName
{
background-color: #AFDEF6;
}
.BgClassName
{
background-color: #AFDEF6;
}
</style>
border-color css
<style>
span { border-color: #AFDEF6; }
span { border-color: rgb(175,222,246); }
td.TdClassName
{
border-color: #AFDEF6;
}
.TagClassName
{
border-color: #AFDEF6;
}
</style>