Shades of Light Blue #AFDDEC
Tints of Light Blue #AFDDEC
RGB
CMYK
RGB Variations
Color information
#AFDDEC (or 0xAFDDEC) is known color: Light Blue. HEX triplet: AF, DD and EC. RGB value is (175,221,236). Sum of RGB (Red+Green+Blue) = 175+221+236=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDEC is #502213. Grayscale: #D0D0D0. Windows color (decimal): -5251604 or 15523247. OLE color: 15523247.
HSL color Cylindrical-coordinate representation of color #AFDDEC: hue angle of 194.75º degrees, saturation: 0.62, 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 #AFDDEC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 221 | 236 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.07 |
| HSL | 194.75º | 0.62% | 0.81% | - |
| HSV(B) | 194.75º | 0.26% | 0.93% | - |
| XYZ | 58.68 | 66.88 | 89.17 | - |
| YUV | 208.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 236 | 0.26 | 0.06 | 0 | 0.07 | 194.75 | 0.62 | 0.81 |
| Hex | AF | DD | EC | 1A | 6 | 0 | 7 | C3 | 3E | 51 |
| Octal | 257 | 335 | 354 | 32 | 6 | 0 | 7 | 303 | 76 | 121 |
| Binary | 10101111 | 11011101 | 11101100 | 11010 | 110 | 0 | 111 | 11000011 | 111110 | 1010001 |
Color Harmonies of #AFDDEC
Complementary color
Monochromatic Colors of #AFDDEC
Black with #AFDDEC
Text Example
Text Example
White with #AFDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDEC; }
p { color: rgb(175,221,236); }
H1.HeaderClassName
{
color: #AFDDEC;
}
.AnyTagClassName
{
color: #AFDDEC;
}
</style>
background-color css
<style>
a { background-color: #AFDDEC; }
a { background-color: rgb(175,221,236); }
div.DivClassName
{
background-color: #AFDDEC;
}
.BgClassName
{
background-color: #AFDDEC;
}
</style>
border-color css
<style>
span { border-color: #AFDDEC; }
span { border-color: rgb(175,221,236); }
td.TdClassName
{
border-color: #AFDDEC;
}
.TagClassName
{
border-color: #AFDDEC;
}
</style>