Shades of Light Blue #AEDAF1
Tints of Light Blue #AEDAF1
RGB
CMYK
RGB Variations
Color information
#AEDAF1 (or 0xAEDAF1) is known color: Light Blue. HEX triplet: AE, DA and F1. RGB value is (174,218,241). Sum of RGB (Red+Green+Blue) = 174+218+241=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF1 is #51250E. Grayscale: #CFCFCF. Windows color (decimal): -5317903 or 15850158. OLE color: 15850158.
HSL color Cylindrical-coordinate representation of color #AEDAF1: hue angle of 200.6º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDAF1 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 218 | 241 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.05 |
| HSL | 200.6º | 0.71% | 0.81% | - |
| HSV(B) | 200.6º | 0.28% | 0.95% | - |
| XYZ | 58.4 | 65.49 | 92.78 | - |
| YUV | 207.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 241 | 0.28 | 0.10 | 0 | 0.05 | 200.6 | 0.71 | 0.81 |
| Hex | AE | DA | F1 | 1C | A | 0 | 5 | C9 | 47 | 51 |
| Octal | 256 | 332 | 361 | 34 | 12 | 0 | 5 | 311 | 107 | 121 |
| Binary | 10101110 | 11011010 | 11110001 | 11100 | 1010 | 0 | 101 | 11001001 | 1000111 | 1010001 |
Color Harmonies of #AEDAF1
Complementary color
Monochromatic Colors of #AEDAF1
Black with #AEDAF1
Text Example
Text Example
White with #AEDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAF1; }
p { color: rgb(174,218,241); }
H1.HeaderClassName
{
color: #AEDAF1;
}
.AnyTagClassName
{
color: #AEDAF1;
}
</style>
background-color css
<style>
a { background-color: #AEDAF1; }
a { background-color: rgb(174,218,241); }
div.DivClassName
{
background-color: #AEDAF1;
}
.BgClassName
{
background-color: #AEDAF1;
}
</style>
border-color css
<style>
span { border-color: #AEDAF1; }
span { border-color: rgb(174,218,241); }
td.TdClassName
{
border-color: #AEDAF1;
}
.TagClassName
{
border-color: #AEDAF1;
}
</style>