Shades of Light Blue #AEDFEF
Tints of Light Blue #AEDFEF
RGB
CMYK
RGB Variations
Color information
#AEDFEF (or 0xAEDFEF) is known color: Light Blue. HEX triplet: AE, DF and EF. RGB value is (174,223,239). Sum of RGB (Red+Green+Blue) = 174+223+239=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEDFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFEF is #512010. Grayscale: #D2D2D2. Windows color (decimal): -5316625 or 15720366. OLE color: 15720366.
HSL color Cylindrical-coordinate representation of color #AEDFEF: hue angle of 194.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDFEF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 174 | 223 | 239 | - |
CMYK | 0.27 | 0.07 | 0 | 0.06 |
HSL | 194.77º | 0.67% | 0.81% | - |
HSV(B) | 194.77º | 0.27% | 0.94% | - |
XYZ | 59.42 | 68.01 | 91.66 | - |
YUV | 210.17 | 144.27 | 102.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 223 | 239 | 0.27 | 0.07 | 0 | 0.06 | 194.77 | 0.67 | 0.81 |
Hex | AE | DF | EF | 1B | 7 | 0 | 6 | C3 | 43 | 51 |
Octal | 256 | 337 | 357 | 33 | 7 | 0 | 6 | 303 | 103 | 121 |
Binary | 10101110 | 11011111 | 11101111 | 11011 | 111 | 0 | 110 | 11000011 | 1000011 | 1010001 |
Color Harmonies of #AEDFEF
Complementary color
Monochromatic Colors of #AEDFEF
Black with #AEDFEF
Text Example
Text Example
White with #AEDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFEF; }
p { color: rgb(174,223,239); }
H1.HeaderClassName
{
color: #AEDFEF;
}
.AnyTagClassName
{
color: #AEDFEF;
}
</style>
background-color css
<style>
a { background-color: #AEDFEF; }
a { background-color: rgb(174,223,239); }
div.DivClassName
{
background-color: #AEDFEF;
}
.BgClassName
{
background-color: #AEDFEF;
}
</style>
border-color css
<style>
span { border-color: #AEDFEF; }
span { border-color: rgb(174,223,239); }
td.TdClassName
{
border-color: #AEDFEF;
}
.TagClassName
{
border-color: #AEDFEF;
}
</style>