Shades of Columbia Blue #A2DEFC
Tints of Columbia Blue #A2DEFC
RGB
CMYK
RGB Variations
Color information
#A2DEFC (or 0xA2DEFC) is known color: Columbia Blue. HEX triplet: A2, DE and FC. RGB value is (162,222,252). Sum of RGB (Red+Green+Blue) = 162+222+252=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DEFC is #5D2103. Grayscale: #CFCFCF. Windows color (decimal): -6103300 or 16572066. OLE color: 16572066.
HSL color Cylindrical-coordinate representation of color #A2DEFC: hue angle of 200º degrees, saturation: 0.94, 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 #A2DEFC is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 222 | 252 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.01 |
| HSL | 200º | 0.94% | 0.81% | - |
| HSV(B) | 200º | 0.36% | 0.99% | - |
| XYZ | 58.59 | 66.95 | 101.93 | - |
| YUV | 207.48 | 153.12 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 252 | 0.36 | 0.12 | 0 | 0.01 | 200 | 0.94 | 0.81 |
| Hex | A2 | DE | FC | 24 | C | 0 | 1 | C8 | 5E | 51 |
| Octal | 242 | 336 | 374 | 44 | 14 | 0 | 1 | 310 | 136 | 121 |
| Binary | 10100010 | 11011110 | 11111100 | 100100 | 1100 | 0 | 1 | 11001000 | 1011110 | 1010001 |
Color Harmonies of #A2DEFC
Complementary color
Monochromatic Colors of #A2DEFC
Black with #A2DEFC
Text Example
Text Example
White with #A2DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DEFC; }
p { color: rgb(162,222,252); }
H1.HeaderClassName
{
color: #A2DEFC;
}
.AnyTagClassName
{
color: #A2DEFC;
}
</style>
background-color css
<style>
a { background-color: #A2DEFC; }
a { background-color: rgb(162,222,252); }
div.DivClassName
{
background-color: #A2DEFC;
}
.BgClassName
{
background-color: #A2DEFC;
}
</style>
border-color css
<style>
span { border-color: #A2DEFC; }
span { border-color: rgb(162,222,252); }
td.TdClassName
{
border-color: #A2DEFC;
}
.TagClassName
{
border-color: #A2DEFC;
}
</style>