Shades of Columbia Blue #A2DBFD
Tints of Columbia Blue #A2DBFD
RGB
CMYK
RGB Variations
Color information
#A2DBFD (or 0xA2DBFD) is known color: Columbia Blue. HEX triplet: A2, DB and FD. RGB value is (162,219,253). Sum of RGB (Red+Green+Blue) = 162+219+253=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBFD is #5D2402. Grayscale: #CDCDCD. Windows color (decimal): -6104067 or 16636834. OLE color: 16636834.
HSL color Cylindrical-coordinate representation of color #A2DBFD: hue angle of 202.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2DBFD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 219 | 253 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.01 |
| HSL | 202.42º | 0.96% | 0.81% | - |
| HSV(B) | 202.42º | 0.36% | 0.99% | - |
| XYZ | 57.96 | 65.44 | 102.5 | - |
| YUV | 205.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 253 | 0.36 | 0.13 | 0 | 0.01 | 202.42 | 0.96 | 0.81 |
| Hex | A2 | DB | FD | 24 | D | 0 | 1 | CA | 60 | 51 |
| Octal | 242 | 333 | 375 | 44 | 15 | 0 | 1 | 312 | 140 | 121 |
| Binary | 10100010 | 11011011 | 11111101 | 100100 | 1101 | 0 | 1 | 11001010 | 1100000 | 1010001 |
Color Harmonies of #A2DBFD
Complementary color
Monochromatic Colors of #A2DBFD
Black with #A2DBFD
Text Example
Text Example
White with #A2DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBFD; }
p { color: rgb(162,219,253); }
H1.HeaderClassName
{
color: #A2DBFD;
}
.AnyTagClassName
{
color: #A2DBFD;
}
</style>
background-color css
<style>
a { background-color: #A2DBFD; }
a { background-color: rgb(162,219,253); }
div.DivClassName
{
background-color: #A2DBFD;
}
.BgClassName
{
background-color: #A2DBFD;
}
</style>
border-color css
<style>
span { border-color: #A2DBFD; }
span { border-color: rgb(162,219,253); }
td.TdClassName
{
border-color: #A2DBFD;
}
.TagClassName
{
border-color: #A2DBFD;
}
</style>