Shades of Columbia Blue #9CE0FF
Tints of Columbia Blue #9CE0FF
RGB
CMYK
RGB Variations
Color information
#9CE0FF (or 0x9CE0FF) is known color: Columbia Blue. HEX triplet: 9C, E0 and FF. RGB value is (156,224,255). Sum of RGB (Red+Green+Blue) = 156+224+255=635 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.57% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE0FF is #631F00. Grayscale: #CFCFCF. Windows color (decimal): -6496001 or 16769180. OLE color: 16769180.
HSL color Cylindrical-coordinate representation of color #9CE0FF: hue angle of 198.79º 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 #9CE0FF is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 224 | 255 | - |
| CMYK | 0.39 | 0.12 | 0 | 0 |
| HSL | 198.79º | 1% | 0.81% | - |
| HSV(B) | 198.79º | 0.39% | 1% | - |
| XYZ | 58.42 | 67.6 | 104.58 | - |
| YUV | 207.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 255 | 0.39 | 0.12 | 0 | 0 | 198.79 | 1 | 0.81 |
| Hex | 9C | E0 | FF | 27 | C | 0 | 0 | C7 | 64 | 51 |
| Octal | 234 | 340 | 377 | 47 | 14 | 0 | 0 | 307 | 144 | 121 |
| Binary | 10011100 | 11100000 | 11111111 | 100111 | 1100 | 0 | 0 | 11000111 | 1100100 | 1010001 |
Color Harmonies of #9CE0FF
Complementary color
Monochromatic Colors of #9CE0FF
Black with #9CE0FF
Text Example
Text Example
White with #9CE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0FF; }
p { color: rgb(156,224,255); }
H1.HeaderClassName
{
color: #9CE0FF;
}
.AnyTagClassName
{
color: #9CE0FF;
}
</style>
background-color css
<style>
a { background-color: #9CE0FF; }
a { background-color: rgb(156,224,255); }
div.DivClassName
{
background-color: #9CE0FF;
}
.BgClassName
{
background-color: #9CE0FF;
}
</style>
border-color css
<style>
span { border-color: #9CE0FF; }
span { border-color: rgb(156,224,255); }
td.TdClassName
{
border-color: #9CE0FF;
}
.TagClassName
{
border-color: #9CE0FF;
}
</style>