Shades of Columbia Blue #9ACFFF
Tints of Columbia Blue #9ACFFF
RGB
CMYK
RGB Variations
Color information
#9ACFFF (or 0x9ACFFF) is known color: Columbia Blue. HEX triplet: 9A, CF and FF. RGB value is (154,207,255). Sum of RGB (Red+Green+Blue) = 154+207+255=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ACFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACFFF is #653000. Grayscale: #C4C4C4. Windows color (decimal): -6631425 or 16764826. OLE color: 16764826.
HSL color Cylindrical-coordinate representation of color #9ACFFF: hue angle of 208.51º 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 #9ACFFF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 207 | 255 | - |
| CMYK | 0.40 | 0.19 | 0 | 0 |
| HSL | 208.51º | 1% | 0.8% | - |
| HSV(B) | 208.51º | 0.4% | 1% | - |
| XYZ | 53.69 | 58.72 | 103.11 | - |
| YUV | 196.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 255 | 0.40 | 0.19 | 0 | 0 | 208.51 | 1 | 0.8 |
| Hex | 9A | CF | FF | 28 | 13 | 0 | 0 | D1 | 64 | 50 |
| Octal | 232 | 317 | 377 | 50 | 23 | 0 | 0 | 321 | 144 | 120 |
| Binary | 10011010 | 11001111 | 11111111 | 101000 | 10011 | 0 | 0 | 11010001 | 1100100 | 1010000 |
Color Harmonies of #9ACFFF
Complementary color
Monochromatic Colors of #9ACFFF
Black with #9ACFFF
Text Example
Text Example
White with #9ACFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFFF; }
p { color: rgb(154,207,255); }
H1.HeaderClassName
{
color: #9ACFFF;
}
.AnyTagClassName
{
color: #9ACFFF;
}
</style>
background-color css
<style>
a { background-color: #9ACFFF; }
a { background-color: rgb(154,207,255); }
div.DivClassName
{
background-color: #9ACFFF;
}
.BgClassName
{
background-color: #9ACFFF;
}
</style>
border-color css
<style>
span { border-color: #9ACFFF; }
span { border-color: rgb(154,207,255); }
td.TdClassName
{
border-color: #9ACFFF;
}
.TagClassName
{
border-color: #9ACFFF;
}
</style>