Shades of Columbia Blue #A4D5FD
Tints of Columbia Blue #A4D5FD
RGB
CMYK
RGB Variations
Color information
#A4D5FD (or 0xA4D5FD) is known color: Columbia Blue. HEX triplet: A4, D5 and FD. RGB value is (164,213,253). Sum of RGB (Red+Green+Blue) = 164+213+253=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D5FD is #5B2A02. Grayscale: #CACACA. Windows color (decimal): -5974531 or 16635300. OLE color: 16635300.
HSL color Cylindrical-coordinate representation of color #A4D5FD: hue angle of 206.97º 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 #A4D5FD is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 164 | 213 | 253 | - |
CMYK | 0.35 | 0.16 | 0 | 0.01 |
HSL | 206.97º | 0.96% | 0.82% | - |
HSV(B) | 206.97º | 0.35% | 0.99% | - |
XYZ | 56.83 | 62.57 | 102.01 | - |
YUV | 202.91 | 156.27 | 100.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 213 | 253 | 0.35 | 0.16 | 0 | 0.01 | 206.97 | 0.96 | 0.82 |
Hex | A4 | D5 | FD | 23 | 10 | 0 | 1 | CF | 60 | 52 |
Octal | 244 | 325 | 375 | 43 | 20 | 0 | 1 | 317 | 140 | 122 |
Binary | 10100100 | 11010101 | 11111101 | 100011 | 10000 | 0 | 1 | 11001111 | 1100000 | 1010010 |
Color Harmonies of #A4D5FD
Complementary color
Monochromatic Colors of #A4D5FD
Black with #A4D5FD
Text Example
Text Example
White with #A4D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D5FD; }
p { color: rgb(164,213,253); }
H1.HeaderClassName
{
color: #A4D5FD;
}
.AnyTagClassName
{
color: #A4D5FD;
}
</style>
background-color css
<style>
a { background-color: #A4D5FD; }
a { background-color: rgb(164,213,253); }
div.DivClassName
{
background-color: #A4D5FD;
}
.BgClassName
{
background-color: #A4D5FD;
}
</style>
border-color css
<style>
span { border-color: #A4D5FD; }
span { border-color: rgb(164,213,253); }
td.TdClassName
{
border-color: #A4D5FD;
}
.TagClassName
{
border-color: #A4D5FD;
}
</style>