Shades of Columbia Blue #9CDFFC
Tints of Columbia Blue #9CDFFC
RGB
CMYK
RGB Variations
Color information
#9CDFFC (or 0x9CDFFC) is known color: Columbia Blue. HEX triplet: 9C, DF and FC. RGB value is (156,223,252). Sum of RGB (Red+Green+Blue) = 156+223+252=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CDFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFFC is #632003. Grayscale: #CECECE. Windows color (decimal): -6496260 or 16572316. OLE color: 16572316.
HSL color Cylindrical-coordinate representation of color #9CDFFC: hue angle of 198.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CDFFC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 223 | 252 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.01 |
| HSL | 198.13º | 0.94% | 0.8% | - |
| HSV(B) | 198.13º | 0.38% | 0.99% | - |
| XYZ | 57.67 | 66.87 | 101.96 | - |
| YUV | 206.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 252 | 0.38 | 0.12 | 0 | 0.01 | 198.13 | 0.94 | 0.8 |
| Hex | 9C | DF | FC | 26 | C | 0 | 1 | C6 | 5E | 50 |
| Octal | 234 | 337 | 374 | 46 | 14 | 0 | 1 | 306 | 136 | 120 |
| Binary | 10011100 | 11011111 | 11111100 | 100110 | 1100 | 0 | 1 | 11000110 | 1011110 | 1010000 |
Color Harmonies of #9CDFFC
Complementary color
Monochromatic Colors of #9CDFFC
Black with #9CDFFC
Text Example
Text Example
White with #9CDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFFC; }
p { color: rgb(156,223,252); }
H1.HeaderClassName
{
color: #9CDFFC;
}
.AnyTagClassName
{
color: #9CDFFC;
}
</style>
background-color css
<style>
a { background-color: #9CDFFC; }
a { background-color: rgb(156,223,252); }
div.DivClassName
{
background-color: #9CDFFC;
}
.BgClassName
{
background-color: #9CDFFC;
}
</style>
border-color css
<style>
span { border-color: #9CDFFC; }
span { border-color: rgb(156,223,252); }
td.TdClassName
{
border-color: #9CDFFC;
}
.TagClassName
{
border-color: #9CDFFC;
}
</style>