Shades of Light Blue #AFDBE8
Tints of Light Blue #AFDBE8
RGB
CMYK
RGB Variations
Color information
#AFDBE8 (or 0xAFDBE8) is known color: Light Blue. HEX triplet: AF, DB and E8. RGB value is (175,219,232). Sum of RGB (Red+Green+Blue) = 175+219+232=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFDBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBE8 is #502417. Grayscale: #CFCFCF. Windows color (decimal): -5252120 or 15260591. OLE color: 15260591.
HSL color Cylindrical-coordinate representation of color #AFDBE8: hue angle of 193.68º degrees, saturation: 0.55, 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 #AFDBE8 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 219 | 232 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.09 |
| HSL | 193.68º | 0.55% | 0.8% | - |
| HSV(B) | 193.68º | 0.25% | 0.91% | - |
| XYZ | 57.58 | 65.6 | 85.97 | - |
| YUV | 207.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 232 | 0.25 | 0.06 | 0 | 0.09 | 193.68 | 0.55 | 0.8 |
| Hex | AF | DB | E8 | 19 | 6 | 0 | 9 | C2 | 37 | 50 |
| Octal | 257 | 333 | 350 | 31 | 6 | 0 | 11 | 302 | 67 | 120 |
| Binary | 10101111 | 11011011 | 11101000 | 11001 | 110 | 0 | 1001 | 11000010 | 110111 | 1010000 |
Color Harmonies of #AFDBE8
Complementary color
Monochromatic Colors of #AFDBE8
Black with #AFDBE8
Text Example
Text Example
White with #AFDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBE8; }
p { color: rgb(175,219,232); }
H1.HeaderClassName
{
color: #AFDBE8;
}
.AnyTagClassName
{
color: #AFDBE8;
}
</style>
background-color css
<style>
a { background-color: #AFDBE8; }
a { background-color: rgb(175,219,232); }
div.DivClassName
{
background-color: #AFDBE8;
}
.BgClassName
{
background-color: #AFDBE8;
}
</style>
border-color css
<style>
span { border-color: #AFDBE8; }
span { border-color: rgb(175,219,232); }
td.TdClassName
{
border-color: #AFDBE8;
}
.TagClassName
{
border-color: #AFDBE8;
}
</style>