Shades of Light Blue #AFDBE5
Tints of Light Blue #AFDBE5
RGB
CMYK
RGB Variations
Color information
#AFDBE5 (or 0xAFDBE5) is known color: Light Blue. HEX triplet: AF, DB and E5. RGB value is (175,219,229). Sum of RGB (Red+Green+Blue) = 175+219+229=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBE5 is #50241A. Grayscale: #CECECE. Windows color (decimal): -5252123 or 15063983. OLE color: 15063983.
HSL color Cylindrical-coordinate representation of color #AFDBE5: hue angle of 191.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 #AFDBE5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 219 | 229 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.10 |
| HSL | 191.11º | 0.51% | 0.79% | - |
| HSV(B) | 191.11º | 0.24% | 0.9% | - |
| XYZ | 57.15 | 65.43 | 83.75 | - |
| YUV | 206.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 229 | 0.24 | 0.04 | 0 | 0.10 | 191.11 | 0.51 | 0.79 |
| Hex | AF | DB | E5 | 18 | 4 | 0 | A | BF | 33 | 4F |
| Octal | 257 | 333 | 345 | 30 | 4 | 0 | 12 | 277 | 63 | 117 |
| Binary | 10101111 | 11011011 | 11100101 | 11000 | 100 | 0 | 1010 | 10111111 | 110011 | 1001111 |
Color Harmonies of #AFDBE5
Complementary color
Monochromatic Colors of #AFDBE5
Black with #AFDBE5
Text Example
Text Example
White with #AFDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBE5; }
p { color: rgb(175,219,229); }
H1.HeaderClassName
{
color: #AFDBE5;
}
.AnyTagClassName
{
color: #AFDBE5;
}
</style>
background-color css
<style>
a { background-color: #AFDBE5; }
a { background-color: rgb(175,219,229); }
div.DivClassName
{
background-color: #AFDBE5;
}
.BgClassName
{
background-color: #AFDBE5;
}
</style>
border-color css
<style>
span { border-color: #AFDBE5; }
span { border-color: rgb(175,219,229); }
td.TdClassName
{
border-color: #AFDBE5;
}
.TagClassName
{
border-color: #AFDBE5;
}
</style>