Shades of Columbia Blue #9CDAF9
Tints of Columbia Blue #9CDAF9
RGB
CMYK
RGB Variations
Color information
#9CDAF9 (or 0x9CDAF9) is known color: Columbia Blue. HEX triplet: 9C, DA and F9. RGB value is (156,218,249). Sum of RGB (Red+Green+Blue) = 156+218+249=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #9CDAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDAF9 is #632506. Grayscale: #CACACA. Windows color (decimal): -6497543 or 16374428. OLE color: 16374428.
HSL color Cylindrical-coordinate representation of color #9CDAF9: hue angle of 200º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CDAF9 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 218 | 249 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.02 |
| HSL | 200º | 0.89% | 0.79% | - |
| HSV(B) | 200º | 0.37% | 0.98% | - |
| XYZ | 55.88 | 64.05 | 99.04 | - |
| YUV | 203 | 153.96 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 249 | 0.37 | 0.12 | 0 | 0.02 | 200 | 0.89 | 0.79 |
| Hex | 9C | DA | F9 | 25 | C | 0 | 2 | C8 | 59 | 4F |
| Octal | 234 | 332 | 371 | 45 | 14 | 0 | 2 | 310 | 131 | 117 |
| Binary | 10011100 | 11011010 | 11111001 | 100101 | 1100 | 0 | 10 | 11001000 | 1011001 | 1001111 |
Color Harmonies of #9CDAF9
Complementary color
Monochromatic Colors of #9CDAF9
Black with #9CDAF9
Text Example
Text Example
White with #9CDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDAF9; }
p { color: rgb(156,218,249); }
H1.HeaderClassName
{
color: #9CDAF9;
}
.AnyTagClassName
{
color: #9CDAF9;
}
</style>
background-color css
<style>
a { background-color: #9CDAF9; }
a { background-color: rgb(156,218,249); }
div.DivClassName
{
background-color: #9CDAF9;
}
.BgClassName
{
background-color: #9CDAF9;
}
</style>
border-color css
<style>
span { border-color: #9CDAF9; }
span { border-color: rgb(156,218,249); }
td.TdClassName
{
border-color: #9CDAF9;
}
.TagClassName
{
border-color: #9CDAF9;
}
</style>