Shades of Columbia Blue #A3DDFE
Tints of Columbia Blue #A3DDFE
RGB
CMYK
RGB Variations
Color information
#A3DDFE (or 0xA3DDFE) is known color: Columbia Blue. HEX triplet: A3, DD and FE. RGB value is (163,221,254). Sum of RGB (Red+Green+Blue) = 163+221+254=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DDFE is #5C2201. Grayscale: #CFCFCF. Windows color (decimal): -6038018 or 16702883. OLE color: 16702883.
HSL color Cylindrical-coordinate representation of color #A3DDFE: hue angle of 201.76º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3DDFE is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 221 | 254 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.00 |
| HSL | 201.76º | 0.98% | 0.82% | - |
| HSV(B) | 201.76º | 0.36% | 1% | - |
| XYZ | 58.85 | 66.66 | 103.53 | - |
| YUV | 207.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 254 | 0.36 | 0.13 | 0 | 0.00 | 201.76 | 0.98 | 0.82 |
| Hex | A3 | DD | FE | 24 | D | 0 | 0 | CA | 62 | 52 |
| Octal | 243 | 335 | 376 | 44 | 15 | 0 | 0 | 312 | 142 | 122 |
| Binary | 10100011 | 11011101 | 11111110 | 100100 | 1101 | 0 | 0 | 11001010 | 1100010 | 1010010 |
Color Harmonies of #A3DDFE
Complementary color
Monochromatic Colors of #A3DDFE
Black with #A3DDFE
Text Example
Text Example
White with #A3DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDFE; }
p { color: rgb(163,221,254); }
H1.HeaderClassName
{
color: #A3DDFE;
}
.AnyTagClassName
{
color: #A3DDFE;
}
</style>
background-color css
<style>
a { background-color: #A3DDFE; }
a { background-color: rgb(163,221,254); }
div.DivClassName
{
background-color: #A3DDFE;
}
.BgClassName
{
background-color: #A3DDFE;
}
</style>
border-color css
<style>
span { border-color: #A3DDFE; }
span { border-color: rgb(163,221,254); }
td.TdClassName
{
border-color: #A3DDFE;
}
.TagClassName
{
border-color: #A3DDFE;
}
</style>