Shades of Columbia Blue #A8DEFC
Tints of Columbia Blue #A8DEFC
RGB
CMYK
RGB Variations
Color information
#A8DEFC (or 0xA8DEFC) is known color: Columbia Blue. HEX triplet: A8, DE and FC. RGB value is (168,222,252). Sum of RGB (Red+Green+Blue) = 168+222+252=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DEFC is #572103. Grayscale: #D1D1D1. Windows color (decimal): -5710084 or 16572072. OLE color: 16572072.
HSL color Cylindrical-coordinate representation of color #A8DEFC: hue angle of 201.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DEFC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 222 | 252 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.01 |
| HSL | 201.43º | 0.93% | 0.82% | - |
| HSV(B) | 201.43º | 0.33% | 0.99% | - |
| XYZ | 59.84 | 67.6 | 101.99 | - |
| YUV | 209.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 252 | 0.33 | 0.12 | 0 | 0.01 | 201.43 | 0.93 | 0.82 |
| Hex | A8 | DE | FC | 21 | C | 0 | 1 | C9 | 5D | 52 |
| Octal | 250 | 336 | 374 | 41 | 14 | 0 | 1 | 311 | 135 | 122 |
| Binary | 10101000 | 11011110 | 11111100 | 100001 | 1100 | 0 | 1 | 11001001 | 1011101 | 1010010 |
Color Harmonies of #A8DEFC
Complementary color
Monochromatic Colors of #A8DEFC
Black with #A8DEFC
Text Example
Text Example
White with #A8DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEFC; }
p { color: rgb(168,222,252); }
H1.HeaderClassName
{
color: #A8DEFC;
}
.AnyTagClassName
{
color: #A8DEFC;
}
</style>
background-color css
<style>
a { background-color: #A8DEFC; }
a { background-color: rgb(168,222,252); }
div.DivClassName
{
background-color: #A8DEFC;
}
.BgClassName
{
background-color: #A8DEFC;
}
</style>
border-color css
<style>
span { border-color: #A8DEFC; }
span { border-color: rgb(168,222,252); }
td.TdClassName
{
border-color: #A8DEFC;
}
.TagClassName
{
border-color: #A8DEFC;
}
</style>