Shades of Perano #AEC3FF
Tints of Perano #AEC3FF
RGB
CMYK
RGB Variations
Color information
#AEC3FF (or 0xAEC3FF) is known color: Perano. HEX triplet: AE, C3 and FF. RGB value is (174,195,255). Sum of RGB (Red+Green+Blue) = 174+195+255=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEC3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC3FF is #513C00. Grayscale: #C3C3C3. Windows color (decimal): -5323777 or 16761774. OLE color: 16761774.
HSL color Cylindrical-coordinate representation of color #AEC3FF: hue angle of 224.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC3FF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 174 | 195 | 255 | - |
CMYK | 0.32 | 0.24 | 0 | 0 |
HSL | 224.44º | 1% | 0.84% | - |
HSV(B) | 224.44º | 0.32% | 1% | - |
XYZ | 55.02 | 55.25 | 102.37 | - |
YUV | 195.56 | 161.54 | 112.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 195 | 255 | 0.32 | 0.24 | 0 | 0 | 224.44 | 1 | 0.84 |
Hex | AE | C3 | FF | 20 | 18 | 0 | 0 | E0 | 64 | 54 |
Octal | 256 | 303 | 377 | 40 | 30 | 0 | 0 | 340 | 144 | 124 |
Binary | 10101110 | 11000011 | 11111111 | 100000 | 11000 | 0 | 0 | 11100000 | 1100100 | 1010100 |
Color Harmonies of #AEC3FF
Complementary color
Monochromatic Colors of #AEC3FF
Black with #AEC3FF
Text Example
Text Example
White with #AEC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC3FF; }
p { color: rgb(174,195,255); }
H1.HeaderClassName
{
color: #AEC3FF;
}
.AnyTagClassName
{
color: #AEC3FF;
}
</style>
background-color css
<style>
a { background-color: #AEC3FF; }
a { background-color: rgb(174,195,255); }
div.DivClassName
{
background-color: #AEC3FF;
}
.BgClassName
{
background-color: #AEC3FF;
}
</style>
border-color css
<style>
span { border-color: #AEC3FF; }
span { border-color: rgb(174,195,255); }
td.TdClassName
{
border-color: #AEC3FF;
}
.TagClassName
{
border-color: #AEC3FF;
}
</style>