Shades of Light Blue #AEDCF2
Tints of Light Blue #AEDCF2
RGB
CMYK
RGB Variations
Color information
#AEDCF2 (or 0xAEDCF2) is known color: Light Blue. HEX triplet: AE, DC and F2. RGB value is (174,220,242). Sum of RGB (Red+Green+Blue) = 174+220+242=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEDCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF2 is #51230D. Grayscale: #D0D0D0. Windows color (decimal): -5317390 or 15916206. OLE color: 15916206.
HSL color Cylindrical-coordinate representation of color #AEDCF2: hue angle of 199.41º 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 #AEDCF2 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 220 | 242 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.05 |
| HSL | 199.41º | 0.72% | 0.82% | - |
| HSV(B) | 199.41º | 0.28% | 0.95% | - |
| XYZ | 59.08 | 66.6 | 93.75 | - |
| YUV | 208.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 242 | 0.28 | 0.09 | 0 | 0.05 | 199.41 | 0.72 | 0.82 |
| Hex | AE | DC | F2 | 1C | 9 | 0 | 5 | C7 | 48 | 52 |
| Octal | 256 | 334 | 362 | 34 | 11 | 0 | 5 | 307 | 110 | 122 |
| Binary | 10101110 | 11011100 | 11110010 | 11100 | 1001 | 0 | 101 | 11000111 | 1001000 | 1010010 |
Color Harmonies of #AEDCF2
Complementary color
Monochromatic Colors of #AEDCF2
Black with #AEDCF2
Text Example
Text Example
White with #AEDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCF2; }
p { color: rgb(174,220,242); }
H1.HeaderClassName
{
color: #AEDCF2;
}
.AnyTagClassName
{
color: #AEDCF2;
}
</style>
background-color css
<style>
a { background-color: #AEDCF2; }
a { background-color: rgb(174,220,242); }
div.DivClassName
{
background-color: #AEDCF2;
}
.BgClassName
{
background-color: #AEDCF2;
}
</style>
border-color css
<style>
span { border-color: #AEDCF2; }
span { border-color: rgb(174,220,242); }
td.TdClassName
{
border-color: #AEDCF2;
}
.TagClassName
{
border-color: #AEDCF2;
}
</style>