Shades of Columbia Blue #9CCEFF
Tints of Columbia Blue #9CCEFF
RGB
CMYK
RGB Variations
Color information
#9CCEFF (or 0x9CCEFF) is known color: Columbia Blue. HEX triplet: 9C, CE and FF. RGB value is (156,206,255). Sum of RGB (Red+Green+Blue) = 156+206+255=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEFF is #633100. Grayscale: #C4C4C4. Windows color (decimal): -6500609 or 16764572. OLE color: 16764572.
HSL color Cylindrical-coordinate representation of color #9CCEFF: hue angle of 209.7º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCEFF is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 206 | 255 | - |
| CMYK | 0.39 | 0.19 | 0 | 0 |
| HSL | 209.7º | 1% | 0.81% | - |
| HSV(B) | 209.7º | 0.39% | 1% | - |
| XYZ | 53.83 | 58.43 | 103.05 | - |
| YUV | 196.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 255 | 0.39 | 0.19 | 0 | 0 | 209.7 | 1 | 0.81 |
| Hex | 9C | CE | FF | 27 | 13 | 0 | 0 | D2 | 64 | 51 |
| Octal | 234 | 316 | 377 | 47 | 23 | 0 | 0 | 322 | 144 | 121 |
| Binary | 10011100 | 11001110 | 11111111 | 100111 | 10011 | 0 | 0 | 11010010 | 1100100 | 1010001 |
Color Harmonies of #9CCEFF
Complementary color
Monochromatic Colors of #9CCEFF
Black with #9CCEFF
Text Example
Text Example
White with #9CCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEFF; }
p { color: rgb(156,206,255); }
H1.HeaderClassName
{
color: #9CCEFF;
}
.AnyTagClassName
{
color: #9CCEFF;
}
</style>
background-color css
<style>
a { background-color: #9CCEFF; }
a { background-color: rgb(156,206,255); }
div.DivClassName
{
background-color: #9CCEFF;
}
.BgClassName
{
background-color: #9CCEFF;
}
</style>
border-color css
<style>
span { border-color: #9CCEFF; }
span { border-color: rgb(156,206,255); }
td.TdClassName
{
border-color: #9CCEFF;
}
.TagClassName
{
border-color: #9CCEFF;
}
</style>