Shades of Columbia Blue #AADCFD
Tints of Columbia Blue #AADCFD
RGB
CMYK
RGB Variations
Color information
#AADCFD (or 0xAADCFD) is known color: Columbia Blue. HEX triplet: AA, DC and FD. RGB value is (170,220,253). Sum of RGB (Red+Green+Blue) = 170+220+253=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #AADCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCFD is #552302. Grayscale: #D0D0D0. Windows color (decimal): -5579523 or 16637098. OLE color: 16637098.
HSL color Cylindrical-coordinate representation of color #AADCFD: hue angle of 203.86º degrees, saturation: 0.95, 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 #AADCFD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 170 | 220 | 253 | - |
CMYK | 0.33 | 0.13 | 0 | 0.01 |
HSL | 203.86º | 0.95% | 0.83% | - |
HSV(B) | 203.86º | 0.33% | 0.99% | - |
XYZ | 59.9 | 66.82 | 102.67 | - |
YUV | 208.81 | 152.94 | 100.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 220 | 253 | 0.33 | 0.13 | 0 | 0.01 | 203.86 | 0.95 | 0.83 |
Hex | AA | DC | FD | 21 | D | 0 | 1 | CC | 5F | 53 |
Octal | 252 | 334 | 375 | 41 | 15 | 0 | 1 | 314 | 137 | 123 |
Binary | 10101010 | 11011100 | 11111101 | 100001 | 1101 | 0 | 1 | 11001100 | 1011111 | 1010011 |
Color Harmonies of #AADCFD
Complementary color
Monochromatic Colors of #AADCFD
Black with #AADCFD
Text Example
Text Example
White with #AADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCFD; }
p { color: rgb(170,220,253); }
H1.HeaderClassName
{
color: #AADCFD;
}
.AnyTagClassName
{
color: #AADCFD;
}
</style>
background-color css
<style>
a { background-color: #AADCFD; }
a { background-color: rgb(170,220,253); }
div.DivClassName
{
background-color: #AADCFD;
}
.BgClassName
{
background-color: #AADCFD;
}
</style>
border-color css
<style>
span { border-color: #AADCFD; }
span { border-color: rgb(170,220,253); }
td.TdClassName
{
border-color: #AADCFD;
}
.TagClassName
{
border-color: #AADCFD;
}
</style>