Shades of Columbia Blue #9AECFF
Tints of Columbia Blue #9AECFF
RGB
CMYK
RGB Variations
Color information
#9AECFF (or 0x9AECFF) is known color: Columbia Blue. HEX triplet: 9A, EC and FF. RGB value is (154,236,255). Sum of RGB (Red+Green+Blue) = 154+236+255=645 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.88% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECFF is #651300. Grayscale: #D5D5D5. Windows color (decimal): -6624001 or 16772250. OLE color: 16772250.
HSL color Cylindrical-coordinate representation of color #9AECFF: hue angle of 191.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AECFF is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 236 | 255 | - |
| CMYK | 0.40 | 0.07 | 0 | 0 |
| HSL | 191.29º | 1% | 0.8% | - |
| HSV(B) | 191.29º | 0.4% | 1% | - |
| XYZ | 61.37 | 74.08 | 105.67 | - |
| YUV | 213.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 255 | 0.40 | 0.07 | 0 | 0 | 191.29 | 1 | 0.8 |
| Hex | 9A | EC | FF | 28 | 7 | 0 | 0 | BF | 64 | 50 |
| Octal | 232 | 354 | 377 | 50 | 7 | 0 | 0 | 277 | 144 | 120 |
| Binary | 10011010 | 11101100 | 11111111 | 101000 | 111 | 0 | 0 | 10111111 | 1100100 | 1010000 |
Color Harmonies of #9AECFF
Complementary color
Monochromatic Colors of #9AECFF
Black with #9AECFF
Text Example
Text Example
White with #9AECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECFF; }
p { color: rgb(154,236,255); }
H1.HeaderClassName
{
color: #9AECFF;
}
.AnyTagClassName
{
color: #9AECFF;
}
</style>
background-color css
<style>
a { background-color: #9AECFF; }
a { background-color: rgb(154,236,255); }
div.DivClassName
{
background-color: #9AECFF;
}
.BgClassName
{
background-color: #9AECFF;
}
</style>
border-color css
<style>
span { border-color: #9AECFF; }
span { border-color: rgb(154,236,255); }
td.TdClassName
{
border-color: #9AECFF;
}
.TagClassName
{
border-color: #9AECFF;
}
</style>