Shades of Light Blue #AFDDEB
Tints of Light Blue #AFDDEB
RGB
CMYK
RGB Variations
Color information
#AFDDEB (or 0xAFDDEB) is known color: Light Blue. HEX triplet: AF, DD and EB. RGB value is (175,221,235). Sum of RGB (Red+Green+Blue) = 175+221+235=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFDDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDEB is #502214. Grayscale: #D0D0D0. Windows color (decimal): -5251605 or 15457711. OLE color: 15457711.
HSL color Cylindrical-coordinate representation of color #AFDDEB: hue angle of 194º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDDEB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 221 | 235 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.08 |
| HSL | 194º | 0.6% | 0.8% | - |
| HSV(B) | 194º | 0.26% | 0.92% | - |
| XYZ | 58.53 | 66.83 | 88.41 | - |
| YUV | 208.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 235 | 0.26 | 0.06 | 0 | 0.08 | 194 | 0.6 | 0.8 |
| Hex | AF | DD | EB | 1A | 6 | 0 | 8 | C2 | 3C | 50 |
| Octal | 257 | 335 | 353 | 32 | 6 | 0 | 10 | 302 | 74 | 120 |
| Binary | 10101111 | 11011101 | 11101011 | 11010 | 110 | 0 | 1000 | 11000010 | 111100 | 1010000 |
Color Harmonies of #AFDDEB
Complementary color
Monochromatic Colors of #AFDDEB
Black with #AFDDEB
Text Example
Text Example
White with #AFDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDEB; }
p { color: rgb(175,221,235); }
H1.HeaderClassName
{
color: #AFDDEB;
}
.AnyTagClassName
{
color: #AFDDEB;
}
</style>
background-color css
<style>
a { background-color: #AFDDEB; }
a { background-color: rgb(175,221,235); }
div.DivClassName
{
background-color: #AFDDEB;
}
.BgClassName
{
background-color: #AFDDEB;
}
</style>
border-color css
<style>
span { border-color: #AFDDEB; }
span { border-color: rgb(175,221,235); }
td.TdClassName
{
border-color: #AFDDEB;
}
.TagClassName
{
border-color: #AFDDEB;
}
</style>