Shades of Columbia Blue #9ACEFF
Tints of Columbia Blue #9ACEFF
RGB
CMYK
RGB Variations
Color information
#9ACEFF (or 0x9ACEFF) is known color: Columbia Blue. HEX triplet: 9A, CE and FF. RGB value is (154,206,255). Sum of RGB (Red+Green+Blue) = 154+206+255=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ACEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEFF is #653100. Grayscale: #C3C3C3. Windows color (decimal): -6631681 or 16764570. OLE color: 16764570.
HSL color Cylindrical-coordinate representation of color #9ACEFF: hue angle of 209.11º 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 #9ACEFF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 206 | 255 | - |
| CMYK | 0.40 | 0.19 | 0 | 0 |
| HSL | 209.11º | 1% | 0.8% | - |
| HSV(B) | 209.11º | 0.4% | 1% | - |
| XYZ | 53.45 | 58.23 | 103.03 | - |
| YUV | 196.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 255 | 0.40 | 0.19 | 0 | 0 | 209.11 | 1 | 0.8 |
| Hex | 9A | CE | FF | 28 | 13 | 0 | 0 | D1 | 64 | 50 |
| Octal | 232 | 316 | 377 | 50 | 23 | 0 | 0 | 321 | 144 | 120 |
| Binary | 10011010 | 11001110 | 11111111 | 101000 | 10011 | 0 | 0 | 11010001 | 1100100 | 1010000 |
Color Harmonies of #9ACEFF
Complementary color
Monochromatic Colors of #9ACEFF
Black with #9ACEFF
Text Example
Text Example
White with #9ACEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEFF; }
p { color: rgb(154,206,255); }
H1.HeaderClassName
{
color: #9ACEFF;
}
.AnyTagClassName
{
color: #9ACEFF;
}
</style>
background-color css
<style>
a { background-color: #9ACEFF; }
a { background-color: rgb(154,206,255); }
div.DivClassName
{
background-color: #9ACEFF;
}
.BgClassName
{
background-color: #9ACEFF;
}
</style>
border-color css
<style>
span { border-color: #9ACEFF; }
span { border-color: rgb(154,206,255); }
td.TdClassName
{
border-color: #9ACEFF;
}
.TagClassName
{
border-color: #9ACEFF;
}
</style>