Shades of Light Blue #AFDDEA
Tints of Light Blue #AFDDEA
RGB
CMYK
RGB Variations
Color information
#AFDDEA (or 0xAFDDEA) is known color: Light Blue. HEX triplet: AF, DD and EA. RGB value is (175,221,234). Sum of RGB (Red+Green+Blue) = 175+221+234=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDEA is #502215. Grayscale: #D0D0D0. Windows color (decimal): -5251606 or 15392175. OLE color: 15392175.
HSL color Cylindrical-coordinate representation of color #AFDDEA: hue angle of 193.22º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDDEA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 221 | 234 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.08 |
| HSL | 193.22º | 0.58% | 0.8% | - |
| HSV(B) | 193.22º | 0.25% | 0.92% | - |
| XYZ | 58.39 | 66.77 | 87.65 | - |
| YUV | 208.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 234 | 0.25 | 0.06 | 0 | 0.08 | 193.22 | 0.58 | 0.8 |
| Hex | AF | DD | EA | 19 | 6 | 0 | 8 | C1 | 3A | 50 |
| Octal | 257 | 335 | 352 | 31 | 6 | 0 | 10 | 301 | 72 | 120 |
| Binary | 10101111 | 11011101 | 11101010 | 11001 | 110 | 0 | 1000 | 11000001 | 111010 | 1010000 |
Color Harmonies of #AFDDEA
Complementary color
Monochromatic Colors of #AFDDEA
Black with #AFDDEA
Text Example
Text Example
White with #AFDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDEA; }
p { color: rgb(175,221,234); }
H1.HeaderClassName
{
color: #AFDDEA;
}
.AnyTagClassName
{
color: #AFDDEA;
}
</style>
background-color css
<style>
a { background-color: #AFDDEA; }
a { background-color: rgb(175,221,234); }
div.DivClassName
{
background-color: #AFDDEA;
}
.BgClassName
{
background-color: #AFDDEA;
}
</style>
border-color css
<style>
span { border-color: #AFDDEA; }
span { border-color: rgb(175,221,234); }
td.TdClassName
{
border-color: #AFDDEA;
}
.TagClassName
{
border-color: #AFDDEA;
}
</style>