Shades of Light Blue #AFD2E5
Tints of Light Blue #AFD2E5
RGB
CMYK
RGB Variations
Color information
#AFD2E5 (or 0xAFD2E5) is known color: Light Blue. HEX triplet: AF, D2 and E5. RGB value is (175,210,229). Sum of RGB (Red+Green+Blue) = 175+210+229=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFD2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2E5 is #502D1A. Grayscale: #C9C9C9. Windows color (decimal): -5254427 or 15061679. OLE color: 15061679.
HSL color Cylindrical-coordinate representation of color #AFD2E5: hue angle of 201.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD2E5 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 210 | 229 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.10 |
| HSL | 201.11º | 0.51% | 0.79% | - |
| HSV(B) | 201.11º | 0.24% | 0.9% | - |
| XYZ | 54.87 | 60.86 | 82.98 | - |
| YUV | 201.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 229 | 0.24 | 0.08 | 0 | 0.10 | 201.11 | 0.51 | 0.79 |
| Hex | AF | D2 | E5 | 18 | 8 | 0 | A | C9 | 33 | 4F |
| Octal | 257 | 322 | 345 | 30 | 10 | 0 | 12 | 311 | 63 | 117 |
| Binary | 10101111 | 11010010 | 11100101 | 11000 | 1000 | 0 | 1010 | 11001001 | 110011 | 1001111 |
Color Harmonies of #AFD2E5
Complementary color
Monochromatic Colors of #AFD2E5
Black with #AFD2E5
Text Example
Text Example
White with #AFD2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2E5; }
p { color: rgb(175,210,229); }
H1.HeaderClassName
{
color: #AFD2E5;
}
.AnyTagClassName
{
color: #AFD2E5;
}
</style>
background-color css
<style>
a { background-color: #AFD2E5; }
a { background-color: rgb(175,210,229); }
div.DivClassName
{
background-color: #AFD2E5;
}
.BgClassName
{
background-color: #AFD2E5;
}
</style>
border-color css
<style>
span { border-color: #AFD2E5; }
span { border-color: rgb(175,210,229); }
td.TdClassName
{
border-color: #AFD2E5;
}
.TagClassName
{
border-color: #AFD2E5;
}
</style>