Shades of Columbia Blue #A5DFFF
Tints of Columbia Blue #A5DFFF
RGB
CMYK
RGB Variations
Color information
#A5DFFF (or 0xA5DFFF) is known color: Columbia Blue. HEX triplet: A5, DF and FF. RGB value is (165,223,255). Sum of RGB (Red+Green+Blue) = 165+223+255=643 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.66% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DFFF is #5A2000. Grayscale: #D1D1D1. Windows color (decimal): -5906433 or 16768933. OLE color: 16768933.
HSL color Cylindrical-coordinate representation of color #A5DFFF: hue angle of 201.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 #A5DFFF is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 223 | 255 | - |
| CMYK | 0.35 | 0.13 | 0 | 0 |
| HSL | 201.33º | 1% | 0.82% | - |
| HSV(B) | 201.33º | 0.35% | 1% | - |
| XYZ | 59.95 | 67.99 | 104.57 | - |
| YUV | 209.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 255 | 0.35 | 0.13 | 0 | 0 | 201.33 | 1 | 0.82 |
| Hex | A5 | DF | FF | 23 | D | 0 | 0 | C9 | 64 | 52 |
| Octal | 245 | 337 | 377 | 43 | 15 | 0 | 0 | 311 | 144 | 122 |
| Binary | 10100101 | 11011111 | 11111111 | 100011 | 1101 | 0 | 0 | 11001001 | 1100100 | 1010010 |
Color Harmonies of #A5DFFF
Complementary color
Monochromatic Colors of #A5DFFF
Black with #A5DFFF
Text Example
Text Example
White with #A5DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFFF; }
p { color: rgb(165,223,255); }
H1.HeaderClassName
{
color: #A5DFFF;
}
.AnyTagClassName
{
color: #A5DFFF;
}
</style>
background-color css
<style>
a { background-color: #A5DFFF; }
a { background-color: rgb(165,223,255); }
div.DivClassName
{
background-color: #A5DFFF;
}
.BgClassName
{
background-color: #A5DFFF;
}
</style>
border-color css
<style>
span { border-color: #A5DFFF; }
span { border-color: rgb(165,223,255); }
td.TdClassName
{
border-color: #A5DFFF;
}
.TagClassName
{
border-color: #A5DFFF;
}
</style>