Shades of Columbia Blue #AADFFB
Tints of Columbia Blue #AADFFB
RGB
CMYK
RGB Variations
Color information
#AADFFB (or 0xAADFFB) is known color: Columbia Blue. HEX triplet: AA, DF and FB. RGB value is (170,223,251). Sum of RGB (Red+Green+Blue) = 170+223+251=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #AADFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFFB is #552004. Grayscale: #D2D2D2. Windows color (decimal): -5578757 or 16506794. OLE color: 16506794.
HSL color Cylindrical-coordinate representation of color #AADFFB: hue angle of 200.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADFFB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 223 | 251 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.02 |
| HSL | 200.74º | 0.91% | 0.83% | - |
| HSV(B) | 200.74º | 0.32% | 0.98% | - |
| XYZ | 60.38 | 68.29 | 101.27 | - |
| YUV | 210.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 251 | 0.32 | 0.11 | 0 | 0.02 | 200.74 | 0.91 | 0.83 |
| Hex | AA | DF | FB | 20 | B | 0 | 2 | C9 | 5B | 53 |
| Octal | 252 | 337 | 373 | 40 | 13 | 0 | 2 | 311 | 133 | 123 |
| Binary | 10101010 | 11011111 | 11111011 | 100000 | 1011 | 0 | 10 | 11001001 | 1011011 | 1010011 |
Color Harmonies of #AADFFB
Complementary color
Monochromatic Colors of #AADFFB
Black with #AADFFB
Text Example
Text Example
White with #AADFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFFB; }
p { color: rgb(170,223,251); }
H1.HeaderClassName
{
color: #AADFFB;
}
.AnyTagClassName
{
color: #AADFFB;
}
</style>
background-color css
<style>
a { background-color: #AADFFB; }
a { background-color: rgb(170,223,251); }
div.DivClassName
{
background-color: #AADFFB;
}
.BgClassName
{
background-color: #AADFFB;
}
</style>
border-color css
<style>
span { border-color: #AADFFB; }
span { border-color: rgb(170,223,251); }
td.TdClassName
{
border-color: #AADFFB;
}
.TagClassName
{
border-color: #AADFFB;
}
</style>