Shades of Columbia Blue #9CE1FF
Tints of Columbia Blue #9CE1FF
RGB
CMYK
RGB Variations
Color information
#9CE1FF (or 0x9CE1FF) is known color: Columbia Blue. HEX triplet: 9C, E1 and FF. RGB value is (156,225,255). Sum of RGB (Red+Green+Blue) = 156+225+255=636 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.53% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE1FF is #631E00. Grayscale: #CFCFCF. Windows color (decimal): -6495745 or 16769436. OLE color: 16769436.
HSL color Cylindrical-coordinate representation of color #9CE1FF: hue angle of 198.18º 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 #9CE1FF is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 225 | 255 | - |
| CMYK | 0.39 | 0.12 | 0 | 0 |
| HSL | 198.18º | 1% | 0.81% | - |
| HSV(B) | 198.18º | 0.39% | 1% | - |
| XYZ | 58.69 | 68.14 | 104.67 | - |
| YUV | 207.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 255 | 0.39 | 0.12 | 0 | 0 | 198.18 | 1 | 0.81 |
| Hex | 9C | E1 | FF | 27 | C | 0 | 0 | C6 | 64 | 51 |
| Octal | 234 | 341 | 377 | 47 | 14 | 0 | 0 | 306 | 144 | 121 |
| Binary | 10011100 | 11100001 | 11111111 | 100111 | 1100 | 0 | 0 | 11000110 | 1100100 | 1010001 |
Color Harmonies of #9CE1FF
Complementary color
Monochromatic Colors of #9CE1FF
Black with #9CE1FF
Text Example
Text Example
White with #9CE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1FF; }
p { color: rgb(156,225,255); }
H1.HeaderClassName
{
color: #9CE1FF;
}
.AnyTagClassName
{
color: #9CE1FF;
}
</style>
background-color css
<style>
a { background-color: #9CE1FF; }
a { background-color: rgb(156,225,255); }
div.DivClassName
{
background-color: #9CE1FF;
}
.BgClassName
{
background-color: #9CE1FF;
}
</style>
border-color css
<style>
span { border-color: #9CE1FF; }
span { border-color: rgb(156,225,255); }
td.TdClassName
{
border-color: #9CE1FF;
}
.TagClassName
{
border-color: #9CE1FF;
}
</style>