Shades of Light Blue #AFDDEE
Tints of Light Blue #AFDDEE
RGB
CMYK
RGB Variations
Color information
#AFDDEE (or 0xAFDDEE) is known color: Light Blue. HEX triplet: AF, DD and EE. RGB value is (175,221,238). Sum of RGB (Red+Green+Blue) = 175+221+238=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDEE is #502211. Grayscale: #D1D1D1. Windows color (decimal): -5251602 or 15654319. OLE color: 15654319.
HSL color Cylindrical-coordinate representation of color #AFDDEE: hue angle of 196.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDDEE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 221 | 238 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.07 |
| HSL | 196.19º | 0.65% | 0.81% | - |
| HSV(B) | 196.19º | 0.26% | 0.93% | - |
| XYZ | 58.97 | 67 | 90.71 | - |
| YUV | 209.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 238 | 0.26 | 0.07 | 0 | 0.07 | 196.19 | 0.65 | 0.81 |
| Hex | AF | DD | EE | 1A | 7 | 0 | 7 | C4 | 41 | 51 |
| Octal | 257 | 335 | 356 | 32 | 7 | 0 | 7 | 304 | 101 | 121 |
| Binary | 10101111 | 11011101 | 11101110 | 11010 | 111 | 0 | 111 | 11000100 | 1000001 | 1010001 |
Color Harmonies of #AFDDEE
Complementary color
Monochromatic Colors of #AFDDEE
Black with #AFDDEE
Text Example
Text Example
White with #AFDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDEE; }
p { color: rgb(175,221,238); }
H1.HeaderClassName
{
color: #AFDDEE;
}
.AnyTagClassName
{
color: #AFDDEE;
}
</style>
background-color css
<style>
a { background-color: #AFDDEE; }
a { background-color: rgb(175,221,238); }
div.DivClassName
{
background-color: #AFDDEE;
}
.BgClassName
{
background-color: #AFDDEE;
}
</style>
border-color css
<style>
span { border-color: #AFDDEE; }
span { border-color: rgb(175,221,238); }
td.TdClassName
{
border-color: #AFDDEE;
}
.TagClassName
{
border-color: #AFDDEE;
}
</style>