Shades of Columbia Blue #A5DCFA
Tints of Columbia Blue #A5DCFA
RGB
CMYK
RGB Variations
Color information
#A5DCFA (or 0xA5DCFA) is known color: Columbia Blue. HEX triplet: A5, DC and FA. RGB value is (165,220,250). Sum of RGB (Red+Green+Blue) = 165+220+250=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCFA is #5A2305. Grayscale: #CECECE. Windows color (decimal): -5907206 or 16440485. OLE color: 16440485.
HSL color Cylindrical-coordinate representation of color #A5DCFA: hue angle of 201.18º 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 #A5DCFA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 220 | 250 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.02 |
| HSL | 201.18º | 0.89% | 0.81% | - |
| HSV(B) | 201.18º | 0.34% | 0.98% | - |
| XYZ | 58.37 | 66.09 | 100.12 | - |
| YUV | 206.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 250 | 0.34 | 0.12 | 0 | 0.02 | 201.18 | 0.89 | 0.81 |
| Hex | A5 | DC | FA | 22 | C | 0 | 2 | C9 | 59 | 51 |
| Octal | 245 | 334 | 372 | 42 | 14 | 0 | 2 | 311 | 131 | 121 |
| Binary | 10100101 | 11011100 | 11111010 | 100010 | 1100 | 0 | 10 | 11001001 | 1011001 | 1010001 |
Color Harmonies of #A5DCFA
Complementary color
Monochromatic Colors of #A5DCFA
Black with #A5DCFA
Text Example
Text Example
White with #A5DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCFA; }
p { color: rgb(165,220,250); }
H1.HeaderClassName
{
color: #A5DCFA;
}
.AnyTagClassName
{
color: #A5DCFA;
}
</style>
background-color css
<style>
a { background-color: #A5DCFA; }
a { background-color: rgb(165,220,250); }
div.DivClassName
{
background-color: #A5DCFA;
}
.BgClassName
{
background-color: #A5DCFA;
}
</style>
border-color css
<style>
span { border-color: #A5DCFA; }
span { border-color: rgb(165,220,250); }
td.TdClassName
{
border-color: #A5DCFA;
}
.TagClassName
{
border-color: #A5DCFA;
}
</style>