Shades of Light Blue #AEDAF2
Tints of Light Blue #AEDAF2
RGB
CMYK
RGB Variations
Color information
#AEDAF2 (or 0xAEDAF2) is known color: Light Blue. HEX triplet: AE, DA and F2. RGB value is (174,218,242). Sum of RGB (Red+Green+Blue) = 174+218+242=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAF2 is #51250D. Grayscale: #CFCFCF. Windows color (decimal): -5317902 or 15915694. OLE color: 15915694.
HSL color Cylindrical-coordinate representation of color #AEDAF2: hue angle of 201.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDAF2 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 218 | 242 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.05 |
| HSL | 201.18º | 0.72% | 0.82% | - |
| HSV(B) | 201.18º | 0.28% | 0.95% | - |
| XYZ | 58.55 | 65.55 | 93.57 | - |
| YUV | 207.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 242 | 0.28 | 0.10 | 0 | 0.05 | 201.18 | 0.72 | 0.82 |
| Hex | AE | DA | F2 | 1C | A | 0 | 5 | C9 | 48 | 52 |
| Octal | 256 | 332 | 362 | 34 | 12 | 0 | 5 | 311 | 110 | 122 |
| Binary | 10101110 | 11011010 | 11110010 | 11100 | 1010 | 0 | 101 | 11001001 | 1001000 | 1010010 |
Color Harmonies of #AEDAF2
Complementary color
Monochromatic Colors of #AEDAF2
Black with #AEDAF2
Text Example
Text Example
White with #AEDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAF2; }
p { color: rgb(174,218,242); }
H1.HeaderClassName
{
color: #AEDAF2;
}
.AnyTagClassName
{
color: #AEDAF2;
}
</style>
background-color css
<style>
a { background-color: #AEDAF2; }
a { background-color: rgb(174,218,242); }
div.DivClassName
{
background-color: #AEDAF2;
}
.BgClassName
{
background-color: #AEDAF2;
}
</style>
border-color css
<style>
span { border-color: #AEDAF2; }
span { border-color: rgb(174,218,242); }
td.TdClassName
{
border-color: #AEDAF2;
}
.TagClassName
{
border-color: #AEDAF2;
}
</style>