Shades of Light Blue #AEDFF2
Tints of Light Blue #AEDFF2
RGB
CMYK
RGB Variations
Color information
#AEDFF2 (or 0xAEDFF2) is known color: Light Blue. HEX triplet: AE, DF and F2. RGB value is (174,223,242). Sum of RGB (Red+Green+Blue) = 174+223+242=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEDFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF2 is #51200D. Grayscale: #D2D2D2. Windows color (decimal): -5316622 or 15916974. OLE color: 15916974.
HSL color Cylindrical-coordinate representation of color #AEDFF2: hue angle of 196.76º 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 #AEDFF2 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 223 | 242 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.05 |
| HSL | 196.76º | 0.72% | 0.82% | - |
| HSV(B) | 196.76º | 0.28% | 0.95% | - |
| XYZ | 59.87 | 68.18 | 94.01 | - |
| YUV | 210.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 242 | 0.28 | 0.08 | 0 | 0.05 | 196.76 | 0.72 | 0.82 |
| Hex | AE | DF | F2 | 1C | 8 | 0 | 5 | C5 | 48 | 52 |
| Octal | 256 | 337 | 362 | 34 | 10 | 0 | 5 | 305 | 110 | 122 |
| Binary | 10101110 | 11011111 | 11110010 | 11100 | 1000 | 0 | 101 | 11000101 | 1001000 | 1010010 |
Color Harmonies of #AEDFF2
Complementary color
Monochromatic Colors of #AEDFF2
Black with #AEDFF2
Text Example
Text Example
White with #AEDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFF2; }
p { color: rgb(174,223,242); }
H1.HeaderClassName
{
color: #AEDFF2;
}
.AnyTagClassName
{
color: #AEDFF2;
}
</style>
background-color css
<style>
a { background-color: #AEDFF2; }
a { background-color: rgb(174,223,242); }
div.DivClassName
{
background-color: #AEDFF2;
}
.BgClassName
{
background-color: #AEDFF2;
}
</style>
border-color css
<style>
span { border-color: #AEDFF2; }
span { border-color: rgb(174,223,242); }
td.TdClassName
{
border-color: #AEDFF2;
}
.TagClassName
{
border-color: #AEDFF2;
}
</style>