Shades of Light Blue #AEDFF4
Tints of Light Blue #AEDFF4
RGB
CMYK
RGB Variations
Color information
#AEDFF4 (or 0xAEDFF4) is known color: Light Blue. HEX triplet: AE, DF and F4. RGB value is (174,223,244). Sum of RGB (Red+Green+Blue) = 174+223+244=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEDFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF4 is #51200B. Grayscale: #D2D2D2. Windows color (decimal): -5316620 or 16048046. OLE color: 16048046.
HSL color Cylindrical-coordinate representation of color #AEDFF4: hue angle of 198º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDFF4 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 223 | 244 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.04 |
| HSL | 198º | 0.76% | 0.82% | - |
| HSV(B) | 198º | 0.29% | 0.96% | - |
| XYZ | 60.17 | 68.31 | 95.6 | - |
| YUV | 210.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 244 | 0.29 | 0.09 | 0 | 0.04 | 198 | 0.76 | 0.82 |
| Hex | AE | DF | F4 | 1D | 9 | 0 | 4 | C6 | 4C | 52 |
| Octal | 256 | 337 | 364 | 35 | 11 | 0 | 4 | 306 | 114 | 122 |
| Binary | 10101110 | 11011111 | 11110100 | 11101 | 1001 | 0 | 100 | 11000110 | 1001100 | 1010010 |
Color Harmonies of #AEDFF4
Complementary color
Monochromatic Colors of #AEDFF4
Black with #AEDFF4
Text Example
Text Example
White with #AEDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFF4; }
p { color: rgb(174,223,244); }
H1.HeaderClassName
{
color: #AEDFF4;
}
.AnyTagClassName
{
color: #AEDFF4;
}
</style>
background-color css
<style>
a { background-color: #AEDFF4; }
a { background-color: rgb(174,223,244); }
div.DivClassName
{
background-color: #AEDFF4;
}
.BgClassName
{
background-color: #AEDFF4;
}
</style>
border-color css
<style>
span { border-color: #AEDFF4; }
span { border-color: rgb(174,223,244); }
td.TdClassName
{
border-color: #AEDFF4;
}
.TagClassName
{
border-color: #AEDFF4;
}
</style>