Shades of Light Blue #AFD0E0
Tints of Light Blue #AFD0E0
RGB
CMYK
RGB Variations
Color information
#AFD0E0 (or 0xAFD0E0) is known color: Light Blue. HEX triplet: AF, D0 and E0. RGB value is (175,208,224). Sum of RGB (Red+Green+Blue) = 175+208+224=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFD0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0E0 is #502F1F. Grayscale: #C7C7C7. Windows color (decimal): -5254944 or 14733487. OLE color: 14733487.
HSL color Cylindrical-coordinate representation of color #AFD0E0: hue angle of 199.59º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFD0E0 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 208 | 224 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.12 |
| HSL | 199.59º | 0.44% | 0.78% | - |
| HSV(B) | 199.59º | 0.22% | 0.88% | - |
| XYZ | 53.69 | 59.61 | 79.2 | - |
| YUV | 199.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 224 | 0.22 | 0.07 | 0 | 0.12 | 199.59 | 0.44 | 0.78 |
| Hex | AF | D0 | E0 | 16 | 7 | 0 | C | C8 | 2C | 4E |
| Octal | 257 | 320 | 340 | 26 | 7 | 0 | 14 | 310 | 54 | 116 |
| Binary | 10101111 | 11010000 | 11100000 | 10110 | 111 | 0 | 1100 | 11001000 | 101100 | 1001110 |
Color Harmonies of #AFD0E0
Complementary color
Monochromatic Colors of #AFD0E0
Black with #AFD0E0
Text Example
Text Example
White with #AFD0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD0E0; }
p { color: rgb(175,208,224); }
H1.HeaderClassName
{
color: #AFD0E0;
}
.AnyTagClassName
{
color: #AFD0E0;
}
</style>
background-color css
<style>
a { background-color: #AFD0E0; }
a { background-color: rgb(175,208,224); }
div.DivClassName
{
background-color: #AFD0E0;
}
.BgClassName
{
background-color: #AFD0E0;
}
</style>
border-color css
<style>
span { border-color: #AFD0E0; }
span { border-color: rgb(175,208,224); }
td.TdClassName
{
border-color: #AFD0E0;
}
.TagClassName
{
border-color: #AFD0E0;
}
</style>