Shades of Columbia Blue #9AD0FC
Tints of Columbia Blue #9AD0FC
RGB
CMYK
RGB Variations
Color information
#9AD0FC (or 0x9AD0FC) is known color: Columbia Blue. HEX triplet: 9A, D0 and FC. RGB value is (154,208,252). Sum of RGB (Red+Green+Blue) = 154+208+252=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AD0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0FC is #652F03. Grayscale: #C4C4C4. Windows color (decimal): -6631172 or 16568474. OLE color: 16568474.
HSL color Cylindrical-coordinate representation of color #9AD0FC: hue angle of 206.94º 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 #9AD0FC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 208 | 252 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.01 |
| HSL | 206.94º | 0.94% | 0.8% | - |
| HSV(B) | 206.94º | 0.39% | 0.99% | - |
| XYZ | 53.45 | 59.01 | 100.67 | - |
| YUV | 196.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 252 | 0.39 | 0.17 | 0 | 0.01 | 206.94 | 0.94 | 0.8 |
| Hex | 9A | D0 | FC | 27 | 11 | 0 | 1 | CF | 5E | 50 |
| Octal | 232 | 320 | 374 | 47 | 21 | 0 | 1 | 317 | 136 | 120 |
| Binary | 10011010 | 11010000 | 11111100 | 100111 | 10001 | 0 | 1 | 11001111 | 1011110 | 1010000 |
Color Harmonies of #9AD0FC
Complementary color
Monochromatic Colors of #9AD0FC
Black with #9AD0FC
Text Example
Text Example
White with #9AD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD0FC; }
p { color: rgb(154,208,252); }
H1.HeaderClassName
{
color: #9AD0FC;
}
.AnyTagClassName
{
color: #9AD0FC;
}
</style>
background-color css
<style>
a { background-color: #9AD0FC; }
a { background-color: rgb(154,208,252); }
div.DivClassName
{
background-color: #9AD0FC;
}
.BgClassName
{
background-color: #9AD0FC;
}
</style>
border-color css
<style>
span { border-color: #9AD0FC; }
span { border-color: rgb(154,208,252); }
td.TdClassName
{
border-color: #9AD0FC;
}
.TagClassName
{
border-color: #9AD0FC;
}
</style>