Shades of Light Blue #AEDFF1
Tints of Light Blue #AEDFF1
RGB
CMYK
RGB Variations
Color information
#AEDFF1 (or 0xAEDFF1) is known color: Light Blue. HEX triplet: AE, DF and F1. RGB value is (174,223,241). Sum of RGB (Red+Green+Blue) = 174+223+241=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF1 is #51200E. Grayscale: #D2D2D2. Windows color (decimal): -5316623 or 15851438. OLE color: 15851438.
HSL color Cylindrical-coordinate representation of color #AEDFF1: hue angle of 196.12º 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 #AEDFF1 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 223 | 241 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.05 |
| HSL | 196.12º | 0.71% | 0.81% | - |
| HSV(B) | 196.12º | 0.28% | 0.95% | - |
| XYZ | 59.72 | 68.12 | 93.22 | - |
| YUV | 210.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 241 | 0.28 | 0.07 | 0 | 0.05 | 196.12 | 0.71 | 0.81 |
| Hex | AE | DF | F1 | 1C | 7 | 0 | 5 | C4 | 47 | 51 |
| Octal | 256 | 337 | 361 | 34 | 7 | 0 | 5 | 304 | 107 | 121 |
| Binary | 10101110 | 11011111 | 11110001 | 11100 | 111 | 0 | 101 | 11000100 | 1000111 | 1010001 |
Color Harmonies of #AEDFF1
Complementary color
Monochromatic Colors of #AEDFF1
Black with #AEDFF1
Text Example
Text Example
White with #AEDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFF1; }
p { color: rgb(174,223,241); }
H1.HeaderClassName
{
color: #AEDFF1;
}
.AnyTagClassName
{
color: #AEDFF1;
}
</style>
background-color css
<style>
a { background-color: #AEDFF1; }
a { background-color: rgb(174,223,241); }
div.DivClassName
{
background-color: #AEDFF1;
}
.BgClassName
{
background-color: #AEDFF1;
}
</style>
border-color css
<style>
span { border-color: #AEDFF1; }
span { border-color: rgb(174,223,241); }
td.TdClassName
{
border-color: #AEDFF1;
}
.TagClassName
{
border-color: #AEDFF1;
}
</style>