Shades of Light Blue #AFD6EC
Tints of Light Blue #AFD6EC
RGB
CMYK
RGB Variations
Color information
#AFD6EC (or 0xAFD6EC) is known color: Light Blue. HEX triplet: AF, D6 and EC. RGB value is (175,214,236). Sum of RGB (Red+Green+Blue) = 175+214+236=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFD6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD6EC is #502913. Grayscale: #CCCCCC. Windows color (decimal): -5253396 or 15521455. OLE color: 15521455.
HSL color Cylindrical-coordinate representation of color #AFD6EC: hue angle of 201.64º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD6EC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 214 | 236 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.07 |
| HSL | 201.64º | 0.62% | 0.81% | - |
| HSV(B) | 201.64º | 0.26% | 0.93% | - |
| XYZ | 56.87 | 63.26 | 88.57 | - |
| YUV | 204.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 236 | 0.26 | 0.09 | 0 | 0.07 | 201.64 | 0.62 | 0.81 |
| Hex | AF | D6 | EC | 1A | 9 | 0 | 7 | CA | 3E | 51 |
| Octal | 257 | 326 | 354 | 32 | 11 | 0 | 7 | 312 | 76 | 121 |
| Binary | 10101111 | 11010110 | 11101100 | 11010 | 1001 | 0 | 111 | 11001010 | 111110 | 1010001 |
Color Harmonies of #AFD6EC
Complementary color
Monochromatic Colors of #AFD6EC
Black with #AFD6EC
Text Example
Text Example
White with #AFD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD6EC; }
p { color: rgb(175,214,236); }
H1.HeaderClassName
{
color: #AFD6EC;
}
.AnyTagClassName
{
color: #AFD6EC;
}
</style>
background-color css
<style>
a { background-color: #AFD6EC; }
a { background-color: rgb(175,214,236); }
div.DivClassName
{
background-color: #AFD6EC;
}
.BgClassName
{
background-color: #AFD6EC;
}
</style>
border-color css
<style>
span { border-color: #AFD6EC; }
span { border-color: rgb(175,214,236); }
td.TdClassName
{
border-color: #AFD6EC;
}
.TagClassName
{
border-color: #AFD6EC;
}
</style>