Shades of Columbia Blue #A3DBFB
Tints of Columbia Blue #A3DBFB
RGB
CMYK
RGB Variations
Color information
#A3DBFB (or 0xA3DBFB) is known color: Columbia Blue. HEX triplet: A3, DB and FB. RGB value is (163,219,251). Sum of RGB (Red+Green+Blue) = 163+219+251=633 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.75% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DBFB is #5C2404. Grayscale: #CDCDCD. Windows color (decimal): -6038533 or 16505763. OLE color: 16505763.
HSL color Cylindrical-coordinate representation of color #A3DBFB: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3DBFB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 219 | 251 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.02 |
| HSL | 201.82º | 0.92% | 0.81% | - |
| HSV(B) | 201.82º | 0.35% | 0.98% | - |
| XYZ | 57.85 | 65.41 | 100.84 | - |
| YUV | 205.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 251 | 0.35 | 0.13 | 0 | 0.02 | 201.82 | 0.92 | 0.81 |
| Hex | A3 | DB | FB | 23 | D | 0 | 2 | CA | 5C | 51 |
| Octal | 243 | 333 | 373 | 43 | 15 | 0 | 2 | 312 | 134 | 121 |
| Binary | 10100011 | 11011011 | 11111011 | 100011 | 1101 | 0 | 10 | 11001010 | 1011100 | 1010001 |
Color Harmonies of #A3DBFB
Complementary color
Monochromatic Colors of #A3DBFB
Black with #A3DBFB
Text Example
Text Example
White with #A3DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBFB; }
p { color: rgb(163,219,251); }
H1.HeaderClassName
{
color: #A3DBFB;
}
.AnyTagClassName
{
color: #A3DBFB;
}
</style>
background-color css
<style>
a { background-color: #A3DBFB; }
a { background-color: rgb(163,219,251); }
div.DivClassName
{
background-color: #A3DBFB;
}
.BgClassName
{
background-color: #A3DBFB;
}
</style>
border-color css
<style>
span { border-color: #A3DBFB; }
span { border-color: rgb(163,219,251); }
td.TdClassName
{
border-color: #A3DBFB;
}
.TagClassName
{
border-color: #A3DBFB;
}
</style>