Shades of Light Blue #AFD8E9
Tints of Light Blue #AFD8E9
RGB
CMYK
RGB Variations
Color information
#AFD8E9 (or 0xAFD8E9) is known color: Light Blue. HEX triplet: AF, D8 and E9. RGB value is (175,216,233). Sum of RGB (Red+Green+Blue) = 175+216+233=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFD8E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8E9 is #502716. Grayscale: #CDCDCD. Windows color (decimal): -5252887 or 15325359. OLE color: 15325359.
HSL color Cylindrical-coordinate representation of color #AFD8E9: hue angle of 197.59º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD8E9 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 216 | 233 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.09 |
| HSL | 197.59º | 0.57% | 0.8% | - |
| HSV(B) | 197.59º | 0.25% | 0.91% | - |
| XYZ | 56.94 | 64.11 | 86.46 | - |
| YUV | 205.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 233 | 0.25 | 0.07 | 0 | 0.09 | 197.59 | 0.57 | 0.8 |
| Hex | AF | D8 | E9 | 19 | 7 | 0 | 9 | C6 | 39 | 50 |
| Octal | 257 | 330 | 351 | 31 | 7 | 0 | 11 | 306 | 71 | 120 |
| Binary | 10101111 | 11011000 | 11101001 | 11001 | 111 | 0 | 1001 | 11000110 | 111001 | 1010000 |
Color Harmonies of #AFD8E9
Complementary color
Monochromatic Colors of #AFD8E9
Black with #AFD8E9
Text Example
Text Example
White with #AFD8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD8E9; }
p { color: rgb(175,216,233); }
H1.HeaderClassName
{
color: #AFD8E9;
}
.AnyTagClassName
{
color: #AFD8E9;
}
</style>
background-color css
<style>
a { background-color: #AFD8E9; }
a { background-color: rgb(175,216,233); }
div.DivClassName
{
background-color: #AFD8E9;
}
.BgClassName
{
background-color: #AFD8E9;
}
</style>
border-color css
<style>
span { border-color: #AFD8E9; }
span { border-color: rgb(175,216,233); }
td.TdClassName
{
border-color: #AFD8E9;
}
.TagClassName
{
border-color: #AFD8E9;
}
</style>