Shades of Light Blue #AFDBE6
Tints of Light Blue #AFDBE6
RGB
CMYK
RGB Variations
Color information
#AFDBE6 (or 0xAFDBE6) is known color: Light Blue. HEX triplet: AF, DB and E6. RGB value is (175,219,230). Sum of RGB (Red+Green+Blue) = 175+219+230=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBE6 is #502419. Grayscale: #CFCFCF. Windows color (decimal): -5252122 or 15129519. OLE color: 15129519.
HSL color Cylindrical-coordinate representation of color #AFDBE6: hue angle of 192º 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 #AFDBE6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 219 | 230 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.10 |
| HSL | 192º | 0.52% | 0.79% | - |
| HSV(B) | 192º | 0.24% | 0.9% | - |
| XYZ | 57.29 | 65.49 | 84.48 | - |
| YUV | 207.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 230 | 0.24 | 0.05 | 0 | 0.10 | 192 | 0.52 | 0.79 |
| Hex | AF | DB | E6 | 18 | 5 | 0 | A | C0 | 34 | 4F |
| Octal | 257 | 333 | 346 | 30 | 5 | 0 | 12 | 300 | 64 | 117 |
| Binary | 10101111 | 11011011 | 11100110 | 11000 | 101 | 0 | 1010 | 11000000 | 110100 | 1001111 |
Color Harmonies of #AFDBE6
Complementary color
Monochromatic Colors of #AFDBE6
Black with #AFDBE6
Text Example
Text Example
White with #AFDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBE6; }
p { color: rgb(175,219,230); }
H1.HeaderClassName
{
color: #AFDBE6;
}
.AnyTagClassName
{
color: #AFDBE6;
}
</style>
background-color css
<style>
a { background-color: #AFDBE6; }
a { background-color: rgb(175,219,230); }
div.DivClassName
{
background-color: #AFDBE6;
}
.BgClassName
{
background-color: #AFDBE6;
}
</style>
border-color css
<style>
span { border-color: #AFDBE6; }
span { border-color: rgb(175,219,230); }
td.TdClassName
{
border-color: #AFDBE6;
}
.TagClassName
{
border-color: #AFDBE6;
}
</style>