Shades of Columbia Blue #9ACEFC
Tints of Columbia Blue #9ACEFC
RGB
CMYK
RGB Variations
Color information
#9ACEFC (or 0x9ACEFC) is known color: Columbia Blue. HEX triplet: 9A, CE and FC. RGB value is (154,206,252). Sum of RGB (Red+Green+Blue) = 154+206+252=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ACEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEFC is #653103. Grayscale: #C3C3C3. Windows color (decimal): -6631684 or 16567962. OLE color: 16567962.
HSL color Cylindrical-coordinate representation of color #9ACEFC: hue angle of 208.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACEFC is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 206 | 252 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.01 |
| HSL | 208.16º | 0.94% | 0.8% | - |
| HSV(B) | 208.16º | 0.39% | 0.99% | - |
| XYZ | 52.97 | 58.04 | 100.51 | - |
| YUV | 195.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 252 | 0.39 | 0.18 | 0 | 0.01 | 208.16 | 0.94 | 0.8 |
| Hex | 9A | CE | FC | 27 | 12 | 0 | 1 | D0 | 5E | 50 |
| Octal | 232 | 316 | 374 | 47 | 22 | 0 | 1 | 320 | 136 | 120 |
| Binary | 10011010 | 11001110 | 11111100 | 100111 | 10010 | 0 | 1 | 11010000 | 1011110 | 1010000 |
Color Harmonies of #9ACEFC
Complementary color
Monochromatic Colors of #9ACEFC
Black with #9ACEFC
Text Example
Text Example
White with #9ACEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEFC; }
p { color: rgb(154,206,252); }
H1.HeaderClassName
{
color: #9ACEFC;
}
.AnyTagClassName
{
color: #9ACEFC;
}
</style>
background-color css
<style>
a { background-color: #9ACEFC; }
a { background-color: rgb(154,206,252); }
div.DivClassName
{
background-color: #9ACEFC;
}
.BgClassName
{
background-color: #9ACEFC;
}
</style>
border-color css
<style>
span { border-color: #9ACEFC; }
span { border-color: rgb(154,206,252); }
td.TdClassName
{
border-color: #9ACEFC;
}
.TagClassName
{
border-color: #9ACEFC;
}
</style>