Shades of Light Blue #AEDFF3
Tints of Light Blue #AEDFF3
RGB
CMYK
RGB Variations
Color information
#AEDFF3 (or 0xAEDFF3) is known color: Light Blue. HEX triplet: AE, DF and F3. RGB value is (174,223,243). Sum of RGB (Red+Green+Blue) = 174+223+243=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEDFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF3 is #51200C. Grayscale: #D2D2D2. Windows color (decimal): -5316621 or 15982510. OLE color: 15982510.
HSL color Cylindrical-coordinate representation of color #AEDFF3: hue angle of 197.39º degrees, saturation: 0.74, 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 #AEDFF3 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 223 | 243 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.05 |
| HSL | 197.39º | 0.74% | 0.82% | - |
| HSV(B) | 197.39º | 0.28% | 0.95% | - |
| XYZ | 60.02 | 68.25 | 94.8 | - |
| YUV | 210.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 243 | 0.28 | 0.08 | 0 | 0.05 | 197.39 | 0.74 | 0.82 |
| Hex | AE | DF | F3 | 1C | 8 | 0 | 5 | C5 | 4A | 52 |
| Octal | 256 | 337 | 363 | 34 | 10 | 0 | 5 | 305 | 112 | 122 |
| Binary | 10101110 | 11011111 | 11110011 | 11100 | 1000 | 0 | 101 | 11000101 | 1001010 | 1010010 |
Color Harmonies of #AEDFF3
Complementary color
Monochromatic Colors of #AEDFF3
Black with #AEDFF3
Text Example
Text Example
White with #AEDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFF3; }
p { color: rgb(174,223,243); }
H1.HeaderClassName
{
color: #AEDFF3;
}
.AnyTagClassName
{
color: #AEDFF3;
}
</style>
background-color css
<style>
a { background-color: #AEDFF3; }
a { background-color: rgb(174,223,243); }
div.DivClassName
{
background-color: #AEDFF3;
}
.BgClassName
{
background-color: #AEDFF3;
}
</style>
border-color css
<style>
span { border-color: #AEDFF3; }
span { border-color: rgb(174,223,243); }
td.TdClassName
{
border-color: #AEDFF3;
}
.TagClassName
{
border-color: #AEDFF3;
}
</style>