Shades of Columbia Blue #A5DDFA
Tints of Columbia Blue #A5DDFA
RGB
CMYK
RGB Variations
Color information
#A5DDFA (or 0xA5DDFA) is known color: Columbia Blue. HEX triplet: A5, DD and FA. RGB value is (165,221,250). Sum of RGB (Red+Green+Blue) = 165+221+250=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDFA is #5A2205. Grayscale: #CFCFCF. Windows color (decimal): -5906950 or 16440741. OLE color: 16440741.
HSL color Cylindrical-coordinate representation of color #A5DDFA: hue angle of 200.47º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5DDFA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 221 | 250 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.02 |
| HSL | 200.47º | 0.89% | 0.81% | - |
| HSV(B) | 200.47º | 0.34% | 0.98% | - |
| XYZ | 58.63 | 66.61 | 100.21 | - |
| YUV | 207.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 250 | 0.34 | 0.12 | 0 | 0.02 | 200.47 | 0.89 | 0.81 |
| Hex | A5 | DD | FA | 22 | C | 0 | 2 | C8 | 59 | 51 |
| Octal | 245 | 335 | 372 | 42 | 14 | 0 | 2 | 310 | 131 | 121 |
| Binary | 10100101 | 11011101 | 11111010 | 100010 | 1100 | 0 | 10 | 11001000 | 1011001 | 1010001 |
Color Harmonies of #A5DDFA
Complementary color
Monochromatic Colors of #A5DDFA
Black with #A5DDFA
Text Example
Text Example
White with #A5DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDFA; }
p { color: rgb(165,221,250); }
H1.HeaderClassName
{
color: #A5DDFA;
}
.AnyTagClassName
{
color: #A5DDFA;
}
</style>
background-color css
<style>
a { background-color: #A5DDFA; }
a { background-color: rgb(165,221,250); }
div.DivClassName
{
background-color: #A5DDFA;
}
.BgClassName
{
background-color: #A5DDFA;
}
</style>
border-color css
<style>
span { border-color: #A5DDFA; }
span { border-color: rgb(165,221,250); }
td.TdClassName
{
border-color: #A5DDFA;
}
.TagClassName
{
border-color: #A5DDFA;
}
</style>