Shades of Columbia Blue #A8DDFF
Tints of Columbia Blue #A8DDFF
RGB
CMYK
RGB Variations
Color information
#A8DDFF (or 0xA8DDFF) is known color: Columbia Blue. HEX triplet: A8, DD and FF. RGB value is (168,221,255). Sum of RGB (Red+Green+Blue) = 168+221+255=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDFF is #572200. Grayscale: #D0D0D0. Windows color (decimal): -5710337 or 16768424. OLE color: 16768424.
HSL color Cylindrical-coordinate representation of color #A8DDFF: hue angle of 203.45º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DDFF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 221 | 255 | - |
CMYK | 0.34 | 0.13 | 0 | 0 |
HSL | 203.45º | 1% | 0.83% | - |
HSV(B) | 203.45º | 0.34% | 1% | - |
XYZ | 60.05 | 67.26 | 104.42 | - |
YUV | 209.03 | 153.94 | 98.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 255 | 0.34 | 0.13 | 0 | 0 | 203.45 | 1 | 0.83 |
Hex | A8 | DD | FF | 22 | D | 0 | 0 | CB | 64 | 53 |
Octal | 250 | 335 | 377 | 42 | 15 | 0 | 0 | 313 | 144 | 123 |
Binary | 10101000 | 11011101 | 11111111 | 100010 | 1101 | 0 | 0 | 11001011 | 1100100 | 1010011 |
Color Harmonies of #A8DDFF
Complementary color
Monochromatic Colors of #A8DDFF
Black with #A8DDFF
Text Example
Text Example
White with #A8DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDFF; }
p { color: rgb(168,221,255); }
H1.HeaderClassName
{
color: #A8DDFF;
}
.AnyTagClassName
{
color: #A8DDFF;
}
</style>
background-color css
<style>
a { background-color: #A8DDFF; }
a { background-color: rgb(168,221,255); }
div.DivClassName
{
background-color: #A8DDFF;
}
.BgClassName
{
background-color: #A8DDFF;
}
</style>
border-color css
<style>
span { border-color: #A8DDFF; }
span { border-color: rgb(168,221,255); }
td.TdClassName
{
border-color: #A8DDFF;
}
.TagClassName
{
border-color: #A8DDFF;
}
</style>