Shades of Light Blue #AFD3E6
Tints of Light Blue #AFD3E6
RGB
CMYK
RGB Variations
Color information
#AFD3E6 (or 0xAFD3E6) is known color: Light Blue. HEX triplet: AF, D3 and E6. RGB value is (175,211,230). Sum of RGB (Red+Green+Blue) = 175+211+230=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD3E6 is #502C19. Grayscale: #CACACA. Windows color (decimal): -5254170 or 15127471. OLE color: 15127471.
HSL color Cylindrical-coordinate representation of color #AFD3E6: hue angle of 200.73º degrees, saturation: 0.52, 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 #AFD3E6 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 211 | 230 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.10 |
| HSL | 200.73º | 0.52% | 0.79% | - |
| HSV(B) | 200.73º | 0.24% | 0.9% | - |
| XYZ | 55.26 | 61.42 | 83.81 | - |
| YUV | 202.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 230 | 0.24 | 0.08 | 0 | 0.10 | 200.73 | 0.52 | 0.79 |
| Hex | AF | D3 | E6 | 18 | 8 | 0 | A | C9 | 34 | 4F |
| Octal | 257 | 323 | 346 | 30 | 10 | 0 | 12 | 311 | 64 | 117 |
| Binary | 10101111 | 11010011 | 11100110 | 11000 | 1000 | 0 | 1010 | 11001001 | 110100 | 1001111 |
Color Harmonies of #AFD3E6
Complementary color
Monochromatic Colors of #AFD3E6
Black with #AFD3E6
Text Example
Text Example
White with #AFD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD3E6; }
p { color: rgb(175,211,230); }
H1.HeaderClassName
{
color: #AFD3E6;
}
.AnyTagClassName
{
color: #AFD3E6;
}
</style>
background-color css
<style>
a { background-color: #AFD3E6; }
a { background-color: rgb(175,211,230); }
div.DivClassName
{
background-color: #AFD3E6;
}
.BgClassName
{
background-color: #AFD3E6;
}
</style>
border-color css
<style>
span { border-color: #AFD3E6; }
span { border-color: rgb(175,211,230); }
td.TdClassName
{
border-color: #AFD3E6;
}
.TagClassName
{
border-color: #AFD3E6;
}
</style>