Shades of Columbia Blue #AADFFE
Tints of Columbia Blue #AADFFE
RGB
CMYK
RGB Variations
Color information
#AADFFE (or 0xAADFFE) is known color: Columbia Blue. HEX triplet: AA, DF and FE. RGB value is (170,223,254). Sum of RGB (Red+Green+Blue) = 170+223+254=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #AADFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFFE is #552001. Grayscale: #D2D2D2. Windows color (decimal): -5578754 or 16703402. OLE color: 16703402.
HSL color Cylindrical-coordinate representation of color #AADFFE: hue angle of 202.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADFFE is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 223 | 254 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.00 |
| HSL | 202.14º | 0.98% | 0.83% | - |
| HSV(B) | 202.14º | 0.33% | 1% | - |
| XYZ | 60.85 | 68.48 | 103.78 | - |
| YUV | 210.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 254 | 0.33 | 0.12 | 0 | 0.00 | 202.14 | 0.98 | 0.83 |
| Hex | AA | DF | FE | 21 | C | 0 | 0 | CA | 62 | 53 |
| Octal | 252 | 337 | 376 | 41 | 14 | 0 | 0 | 312 | 142 | 123 |
| Binary | 10101010 | 11011111 | 11111110 | 100001 | 1100 | 0 | 0 | 11001010 | 1100010 | 1010011 |
Color Harmonies of #AADFFE
Complementary color
Monochromatic Colors of #AADFFE
Black with #AADFFE
Text Example
Text Example
White with #AADFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFFE; }
p { color: rgb(170,223,254); }
H1.HeaderClassName
{
color: #AADFFE;
}
.AnyTagClassName
{
color: #AADFFE;
}
</style>
background-color css
<style>
a { background-color: #AADFFE; }
a { background-color: rgb(170,223,254); }
div.DivClassName
{
background-color: #AADFFE;
}
.BgClassName
{
background-color: #AADFFE;
}
</style>
border-color css
<style>
span { border-color: #AADFFE; }
span { border-color: rgb(170,223,254); }
td.TdClassName
{
border-color: #AADFFE;
}
.TagClassName
{
border-color: #AADFFE;
}
</style>