Shades of Columbia Blue #A5DFFD
Tints of Columbia Blue #A5DFFD
RGB
CMYK
RGB Variations
Color information
#A5DFFD (or 0xA5DFFD) is known color: Columbia Blue. HEX triplet: A5, DF and FD. RGB value is (165,223,253). Sum of RGB (Red+Green+Blue) = 165+223+253=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DFFD is #5A2002. Grayscale: #D0D0D0. Windows color (decimal): -5906435 or 16637861. OLE color: 16637861.
HSL color Cylindrical-coordinate representation of color #A5DFFD: hue angle of 200.45º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5DFFD is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 223 | 253 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.01 |
| HSL | 200.45º | 0.96% | 0.82% | - |
| HSV(B) | 200.45º | 0.35% | 0.99% | - |
| XYZ | 59.63 | 67.87 | 102.89 | - |
| YUV | 209.08 | 152.78 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 253 | 0.35 | 0.12 | 0 | 0.01 | 200.45 | 0.96 | 0.82 |
| Hex | A5 | DF | FD | 23 | C | 0 | 1 | C8 | 60 | 52 |
| Octal | 245 | 337 | 375 | 43 | 14 | 0 | 1 | 310 | 140 | 122 |
| Binary | 10100101 | 11011111 | 11111101 | 100011 | 1100 | 0 | 1 | 11001000 | 1100000 | 1010010 |
Color Harmonies of #A5DFFD
Complementary color
Monochromatic Colors of #A5DFFD
Black with #A5DFFD
Text Example
Text Example
White with #A5DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFFD; }
p { color: rgb(165,223,253); }
H1.HeaderClassName
{
color: #A5DFFD;
}
.AnyTagClassName
{
color: #A5DFFD;
}
</style>
background-color css
<style>
a { background-color: #A5DFFD; }
a { background-color: rgb(165,223,253); }
div.DivClassName
{
background-color: #A5DFFD;
}
.BgClassName
{
background-color: #A5DFFD;
}
</style>
border-color css
<style>
span { border-color: #A5DFFD; }
span { border-color: rgb(165,223,253); }
td.TdClassName
{
border-color: #A5DFFD;
}
.TagClassName
{
border-color: #A5DFFD;
}
</style>