Shades of Light Blue #AFD8EC
Tints of Light Blue #AFD8EC
RGB
CMYK
RGB Variations
Color information
#AFD8EC (or 0xAFD8EC) is known color: Light Blue. HEX triplet: AF, D8 and EC. RGB value is (175,216,236). Sum of RGB (Red+Green+Blue) = 175+216+236=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFD8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8EC is #502713. Grayscale: #CDCDCD. Windows color (decimal): -5252884 or 15521967. OLE color: 15521967.
HSL color Cylindrical-coordinate representation of color #AFD8EC: hue angle of 199.67º 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 #AFD8EC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 216 | 236 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.07 |
| HSL | 199.67º | 0.62% | 0.81% | - |
| HSV(B) | 199.67º | 0.26% | 0.93% | - |
| XYZ | 57.38 | 64.28 | 88.74 | - |
| YUV | 206.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 236 | 0.26 | 0.08 | 0 | 0.07 | 199.67 | 0.62 | 0.81 |
| Hex | AF | D8 | EC | 1A | 8 | 0 | 7 | C8 | 3E | 51 |
| Octal | 257 | 330 | 354 | 32 | 10 | 0 | 7 | 310 | 76 | 121 |
| Binary | 10101111 | 11011000 | 11101100 | 11010 | 1000 | 0 | 111 | 11001000 | 111110 | 1010001 |
Color Harmonies of #AFD8EC
Complementary color
Monochromatic Colors of #AFD8EC
Black with #AFD8EC
Text Example
Text Example
White with #AFD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD8EC; }
p { color: rgb(175,216,236); }
H1.HeaderClassName
{
color: #AFD8EC;
}
.AnyTagClassName
{
color: #AFD8EC;
}
</style>
background-color css
<style>
a { background-color: #AFD8EC; }
a { background-color: rgb(175,216,236); }
div.DivClassName
{
background-color: #AFD8EC;
}
.BgClassName
{
background-color: #AFD8EC;
}
</style>
border-color css
<style>
span { border-color: #AFD8EC; }
span { border-color: rgb(175,216,236); }
td.TdClassName
{
border-color: #AFD8EC;
}
.TagClassName
{
border-color: #AFD8EC;
}
</style>