Shades of Columbia Blue #AADBFC
Tints of Columbia Blue #AADBFC
RGB
CMYK
RGB Variations
Color information
#AADBFC (or 0xAADBFC) is known color: Columbia Blue. HEX triplet: AA, DB and FC. RGB value is (170,219,252). Sum of RGB (Red+Green+Blue) = 170+219+252=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #AADBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBFC is #552403. Grayscale: #CFCFCF. Windows color (decimal): -5579780 or 16571306. OLE color: 16571306.
HSL color Cylindrical-coordinate representation of color #AADBFC: hue angle of 204.15º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADBFC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 219 | 252 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.01 |
| HSL | 204.15º | 0.93% | 0.83% | - |
| HSV(B) | 204.15º | 0.33% | 0.99% | - |
| XYZ | 59.48 | 66.24 | 101.75 | - |
| YUV | 208.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 252 | 0.33 | 0.13 | 0 | 0.01 | 204.15 | 0.93 | 0.83 |
| Hex | AA | DB | FC | 21 | D | 0 | 1 | CC | 5D | 53 |
| Octal | 252 | 333 | 374 | 41 | 15 | 0 | 1 | 314 | 135 | 123 |
| Binary | 10101010 | 11011011 | 11111100 | 100001 | 1101 | 0 | 1 | 11001100 | 1011101 | 1010011 |
Color Harmonies of #AADBFC
Complementary color
Monochromatic Colors of #AADBFC
Black with #AADBFC
Text Example
Text Example
White with #AADBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBFC; }
p { color: rgb(170,219,252); }
H1.HeaderClassName
{
color: #AADBFC;
}
.AnyTagClassName
{
color: #AADBFC;
}
</style>
background-color css
<style>
a { background-color: #AADBFC; }
a { background-color: rgb(170,219,252); }
div.DivClassName
{
background-color: #AADBFC;
}
.BgClassName
{
background-color: #AADBFC;
}
</style>
border-color css
<style>
span { border-color: #AADBFC; }
span { border-color: rgb(170,219,252); }
td.TdClassName
{
border-color: #AADBFC;
}
.TagClassName
{
border-color: #AADBFC;
}
</style>