Shades of Columbia Blue #AADBFB
Tints of Columbia Blue #AADBFB
RGB
CMYK
RGB Variations
Color information
#AADBFB (or 0xAADBFB) is known color: Columbia Blue. HEX triplet: AA, DB and FB. RGB value is (170,219,251). Sum of RGB (Red+Green+Blue) = 170+219+251=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #AADBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBFB is #552404. Grayscale: #CFCFCF. Windows color (decimal): -5579781 or 16505770. OLE color: 16505770.
HSL color Cylindrical-coordinate representation of color #AADBFB: hue angle of 203.7º 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 #AADBFB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 219 | 251 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.02 |
| HSL | 203.7º | 0.91% | 0.83% | - |
| HSV(B) | 203.7º | 0.32% | 0.98% | - |
| XYZ | 59.32 | 66.17 | 100.91 | - |
| YUV | 208 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 251 | 0.32 | 0.13 | 0 | 0.02 | 203.7 | 0.91 | 0.83 |
| Hex | AA | DB | FB | 20 | D | 0 | 2 | CC | 5B | 53 |
| Octal | 252 | 333 | 373 | 40 | 15 | 0 | 2 | 314 | 133 | 123 |
| Binary | 10101010 | 11011011 | 11111011 | 100000 | 1101 | 0 | 10 | 11001100 | 1011011 | 1010011 |
Color Harmonies of #AADBFB
Complementary color
Monochromatic Colors of #AADBFB
Black with #AADBFB
Text Example
Text Example
White with #AADBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBFB; }
p { color: rgb(170,219,251); }
H1.HeaderClassName
{
color: #AADBFB;
}
.AnyTagClassName
{
color: #AADBFB;
}
</style>
background-color css
<style>
a { background-color: #AADBFB; }
a { background-color: rgb(170,219,251); }
div.DivClassName
{
background-color: #AADBFB;
}
.BgClassName
{
background-color: #AADBFB;
}
</style>
border-color css
<style>
span { border-color: #AADBFB; }
span { border-color: rgb(170,219,251); }
td.TdClassName
{
border-color: #AADBFB;
}
.TagClassName
{
border-color: #AADBFB;
}
</style>