Shades of Columbia Blue #A5DCFF
Tints of Columbia Blue #A5DCFF
RGB
CMYK
RGB Variations
Color information
#A5DCFF (or 0xA5DCFF) is known color: Columbia Blue. HEX triplet: A5, DC and FF. RGB value is (165,220,255). Sum of RGB (Red+Green+Blue) = 165+220+255=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCFF is #5A2300. Grayscale: #CFCFCF. Windows color (decimal): -5907201 or 16768165. OLE color: 16768165.
HSL color Cylindrical-coordinate representation of color #A5DCFF: hue angle of 203.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5DCFF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 220 | 255 | - |
| CMYK | 0.35 | 0.14 | 0 | 0 |
| HSL | 203.33º | 1% | 0.82% | - |
| HSV(B) | 203.33º | 0.35% | 1% | - |
| XYZ | 59.16 | 66.41 | 104.31 | - |
| YUV | 207.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 255 | 0.35 | 0.14 | 0 | 0 | 203.33 | 1 | 0.82 |
| Hex | A5 | DC | FF | 23 | E | 0 | 0 | CB | 64 | 52 |
| Octal | 245 | 334 | 377 | 43 | 16 | 0 | 0 | 313 | 144 | 122 |
| Binary | 10100101 | 11011100 | 11111111 | 100011 | 1110 | 0 | 0 | 11001011 | 1100100 | 1010010 |
Color Harmonies of #A5DCFF
Complementary color
Monochromatic Colors of #A5DCFF
Black with #A5DCFF
Text Example
Text Example
White with #A5DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCFF; }
p { color: rgb(165,220,255); }
H1.HeaderClassName
{
color: #A5DCFF;
}
.AnyTagClassName
{
color: #A5DCFF;
}
</style>
background-color css
<style>
a { background-color: #A5DCFF; }
a { background-color: rgb(165,220,255); }
div.DivClassName
{
background-color: #A5DCFF;
}
.BgClassName
{
background-color: #A5DCFF;
}
</style>
border-color css
<style>
span { border-color: #A5DCFF; }
span { border-color: rgb(165,220,255); }
td.TdClassName
{
border-color: #A5DCFF;
}
.TagClassName
{
border-color: #A5DCFF;
}
</style>