Shades of Columbia Blue #9ACEFD
Tints of Columbia Blue #9ACEFD
RGB
CMYK
RGB Variations
Color information
#9ACEFD (or 0x9ACEFD) is known color: Columbia Blue. HEX triplet: 9A, CE and FD. RGB value is (154,206,253). Sum of RGB (Red+Green+Blue) = 154+206+253=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ACEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEFD is #653102. Grayscale: #C3C3C3. Windows color (decimal): -6631683 or 16633498. OLE color: 16633498.
HSL color Cylindrical-coordinate representation of color #9ACEFD: hue angle of 208.48º degrees, saturation: 0.96, 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 #9ACEFD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 206 | 253 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.01 |
| HSL | 208.48º | 0.96% | 0.8% | - |
| HSV(B) | 208.48º | 0.39% | 0.99% | - |
| XYZ | 53.13 | 58.1 | 101.34 | - |
| YUV | 195.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 253 | 0.39 | 0.19 | 0 | 0.01 | 208.48 | 0.96 | 0.8 |
| Hex | 9A | CE | FD | 27 | 13 | 0 | 1 | D0 | 60 | 50 |
| Octal | 232 | 316 | 375 | 47 | 23 | 0 | 1 | 320 | 140 | 120 |
| Binary | 10011010 | 11001110 | 11111101 | 100111 | 10011 | 0 | 1 | 11010000 | 1100000 | 1010000 |
Color Harmonies of #9ACEFD
Complementary color
Monochromatic Colors of #9ACEFD
Black with #9ACEFD
Text Example
Text Example
White with #9ACEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEFD; }
p { color: rgb(154,206,253); }
H1.HeaderClassName
{
color: #9ACEFD;
}
.AnyTagClassName
{
color: #9ACEFD;
}
</style>
background-color css
<style>
a { background-color: #9ACEFD; }
a { background-color: rgb(154,206,253); }
div.DivClassName
{
background-color: #9ACEFD;
}
.BgClassName
{
background-color: #9ACEFD;
}
</style>
border-color css
<style>
span { border-color: #9ACEFD; }
span { border-color: rgb(154,206,253); }
td.TdClassName
{
border-color: #9ACEFD;
}
.TagClassName
{
border-color: #9ACEFD;
}
</style>