Shades of Columbia Blue #A3DDFD
Tints of Columbia Blue #A3DDFD
RGB
CMYK
RGB Variations
Color information
#A3DDFD (or 0xA3DDFD) is known color: Columbia Blue. HEX triplet: A3, DD and FD. RGB value is (163,221,253). Sum of RGB (Red+Green+Blue) = 163+221+253=637 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.59% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DDFD is #5C2202. Grayscale: #CFCFCF. Windows color (decimal): -6038019 or 16637347. OLE color: 16637347.
HSL color Cylindrical-coordinate representation of color #A3DDFD: hue angle of 201.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3DDFD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 221 | 253 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.01 |
| HSL | 201.33º | 0.96% | 0.82% | - |
| HSV(B) | 201.33º | 0.36% | 0.99% | - |
| XYZ | 58.69 | 66.59 | 102.69 | - |
| YUV | 207.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 253 | 0.36 | 0.13 | 0 | 0.01 | 201.33 | 0.96 | 0.82 |
| Hex | A3 | DD | FD | 24 | D | 0 | 1 | C9 | 60 | 52 |
| Octal | 243 | 335 | 375 | 44 | 15 | 0 | 1 | 311 | 140 | 122 |
| Binary | 10100011 | 11011101 | 11111101 | 100100 | 1101 | 0 | 1 | 11001001 | 1100000 | 1010010 |
Color Harmonies of #A3DDFD
Complementary color
Monochromatic Colors of #A3DDFD
Black with #A3DDFD
Text Example
Text Example
White with #A3DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDFD; }
p { color: rgb(163,221,253); }
H1.HeaderClassName
{
color: #A3DDFD;
}
.AnyTagClassName
{
color: #A3DDFD;
}
</style>
background-color css
<style>
a { background-color: #A3DDFD; }
a { background-color: rgb(163,221,253); }
div.DivClassName
{
background-color: #A3DDFD;
}
.BgClassName
{
background-color: #A3DDFD;
}
</style>
border-color css
<style>
span { border-color: #A3DDFD; }
span { border-color: rgb(163,221,253); }
td.TdClassName
{
border-color: #A3DDFD;
}
.TagClassName
{
border-color: #A3DDFD;
}
</style>