Shades of Columbia Blue #AEE0FC
Tints of Columbia Blue #AEE0FC
RGB
CMYK
RGB Variations
Color information
#AEE0FC (or 0xAEE0FC) is known color: Columbia Blue. HEX triplet: AE, E0 and FC. RGB value is (174,224,252). Sum of RGB (Red+Green+Blue) = 174+224+252=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0FC is #511F03. Grayscale: #D4D4D4. Windows color (decimal): -5316356 or 16572590. OLE color: 16572590.
HSL color Cylindrical-coordinate representation of color #AEE0FC: hue angle of 201.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEE0FC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 174 | 224 | 252 | - |
CMYK | 0.31 | 0.11 | 0 | 0.01 |
HSL | 201.54º | 0.93% | 0.84% | - |
HSV(B) | 201.54º | 0.31% | 0.99% | - |
XYZ | 61.68 | 69.34 | 102.23 | - |
YUV | 212.24 | 150.44 | 100.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 224 | 252 | 0.31 | 0.11 | 0 | 0.01 | 201.54 | 0.93 | 0.84 |
Hex | AE | E0 | FC | 1F | B | 0 | 1 | CA | 5D | 54 |
Octal | 256 | 340 | 374 | 37 | 13 | 0 | 1 | 312 | 135 | 124 |
Binary | 10101110 | 11100000 | 11111100 | 11111 | 1011 | 0 | 1 | 11001010 | 1011101 | 1010100 |
Color Harmonies of #AEE0FC
Complementary color
Monochromatic Colors of #AEE0FC
Black with #AEE0FC
Text Example
Text Example
White with #AEE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0FC; }
p { color: rgb(174,224,252); }
H1.HeaderClassName
{
color: #AEE0FC;
}
.AnyTagClassName
{
color: #AEE0FC;
}
</style>
background-color css
<style>
a { background-color: #AEE0FC; }
a { background-color: rgb(174,224,252); }
div.DivClassName
{
background-color: #AEE0FC;
}
.BgClassName
{
background-color: #AEE0FC;
}
</style>
border-color css
<style>
span { border-color: #AEE0FC; }
span { border-color: rgb(174,224,252); }
td.TdClassName
{
border-color: #AEE0FC;
}
.TagClassName
{
border-color: #AEE0FC;
}
</style>