Shades of Columbia Blue #9AD0FB
Tints of Columbia Blue #9AD0FB
RGB
CMYK
RGB Variations
Color information
#9AD0FB (or 0x9AD0FB) is known color: Columbia Blue. HEX triplet: 9A, D0 and FB. RGB value is (154,208,251). Sum of RGB (Red+Green+Blue) = 154+208+251=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AD0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0FB is #652F04. Grayscale: #C4C4C4. Windows color (decimal): -6631173 or 16502938. OLE color: 16502938.
HSL color Cylindrical-coordinate representation of color #9AD0FB: hue angle of 206.6º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD0FB is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 208 | 251 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.02 |
| HSL | 206.6º | 0.92% | 0.79% | - |
| HSV(B) | 206.6º | 0.39% | 0.98% | - |
| XYZ | 53.29 | 58.95 | 99.84 | - |
| YUV | 196.76 | 158.61 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 251 | 0.39 | 0.17 | 0 | 0.02 | 206.6 | 0.92 | 0.79 |
| Hex | 9A | D0 | FB | 27 | 11 | 0 | 2 | CF | 5C | 4F |
| Octal | 232 | 320 | 373 | 47 | 21 | 0 | 2 | 317 | 134 | 117 |
| Binary | 10011010 | 11010000 | 11111011 | 100111 | 10001 | 0 | 10 | 11001111 | 1011100 | 1001111 |
Color Harmonies of #9AD0FB
Complementary color
Monochromatic Colors of #9AD0FB
Black with #9AD0FB
Text Example
Text Example
White with #9AD0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD0FB; }
p { color: rgb(154,208,251); }
H1.HeaderClassName
{
color: #9AD0FB;
}
.AnyTagClassName
{
color: #9AD0FB;
}
</style>
background-color css
<style>
a { background-color: #9AD0FB; }
a { background-color: rgb(154,208,251); }
div.DivClassName
{
background-color: #9AD0FB;
}
.BgClassName
{
background-color: #9AD0FB;
}
</style>
border-color css
<style>
span { border-color: #9AD0FB; }
span { border-color: rgb(154,208,251); }
td.TdClassName
{
border-color: #9AD0FB;
}
.TagClassName
{
border-color: #9AD0FB;
}
</style>