Shades of Columbia Blue #A8DEFB
Tints of Columbia Blue #A8DEFB
RGB
CMYK
RGB Variations
Color information
#A8DEFB (or 0xA8DEFB) is known color: Columbia Blue. HEX triplet: A8, DE and FB. RGB value is (168,222,251). Sum of RGB (Red+Green+Blue) = 168+222+251=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DEFB is #572104. Grayscale: #D0D0D0. Windows color (decimal): -5710085 or 16506536. OLE color: 16506536.
HSL color Cylindrical-coordinate representation of color #A8DEFB: hue angle of 200.96º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DEFB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 222 | 251 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.02 |
| HSL | 200.96º | 0.91% | 0.82% | - |
| HSV(B) | 200.96º | 0.33% | 0.98% | - |
| XYZ | 59.68 | 67.53 | 101.16 | - |
| YUV | 209.16 | 151.61 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 251 | 0.33 | 0.12 | 0 | 0.02 | 200.96 | 0.91 | 0.82 |
| Hex | A8 | DE | FB | 21 | C | 0 | 2 | C9 | 5B | 52 |
| Octal | 250 | 336 | 373 | 41 | 14 | 0 | 2 | 311 | 133 | 122 |
| Binary | 10101000 | 11011110 | 11111011 | 100001 | 1100 | 0 | 10 | 11001001 | 1011011 | 1010010 |
Color Harmonies of #A8DEFB
Complementary color
Monochromatic Colors of #A8DEFB
Black with #A8DEFB
Text Example
Text Example
White with #A8DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEFB; }
p { color: rgb(168,222,251); }
H1.HeaderClassName
{
color: #A8DEFB;
}
.AnyTagClassName
{
color: #A8DEFB;
}
</style>
background-color css
<style>
a { background-color: #A8DEFB; }
a { background-color: rgb(168,222,251); }
div.DivClassName
{
background-color: #A8DEFB;
}
.BgClassName
{
background-color: #A8DEFB;
}
</style>
border-color css
<style>
span { border-color: #A8DEFB; }
span { border-color: rgb(168,222,251); }
td.TdClassName
{
border-color: #A8DEFB;
}
.TagClassName
{
border-color: #A8DEFB;
}
</style>