Shades of Columbia Blue #9CE8FF
Tints of Columbia Blue #9CE8FF
RGB
CMYK
RGB Variations
Color information
#9CE8FF (or 0x9CE8FF) is known color: Columbia Blue. HEX triplet: 9C, E8 and FF. RGB value is (156,232,255). Sum of RGB (Red+Green+Blue) = 156+232+255=643 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.26% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE8FF is #631700. Grayscale: #D3D3D3. Windows color (decimal): -6493953 or 16771228. OLE color: 16771228.
HSL color Cylindrical-coordinate representation of color #9CE8FF: hue angle of 193.94º 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 #9CE8FF is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 232 | 255 | - |
| CMYK | 0.39 | 0.09 | 0 | 0 |
| HSL | 193.94º | 1% | 0.81% | - |
| HSV(B) | 193.94º | 0.39% | 1% | - |
| XYZ | 60.62 | 72 | 105.31 | - |
| YUV | 211.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 232 | 255 | 0.39 | 0.09 | 0 | 0 | 193.94 | 1 | 0.81 |
| Hex | 9C | E8 | FF | 27 | 9 | 0 | 0 | C2 | 64 | 51 |
| Octal | 234 | 350 | 377 | 47 | 11 | 0 | 0 | 302 | 144 | 121 |
| Binary | 10011100 | 11101000 | 11111111 | 100111 | 1001 | 0 | 0 | 11000010 | 1100100 | 1010001 |
Color Harmonies of #9CE8FF
Complementary color
Monochromatic Colors of #9CE8FF
Black with #9CE8FF
Text Example
Text Example
White with #9CE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE8FF; }
p { color: rgb(156,232,255); }
H1.HeaderClassName
{
color: #9CE8FF;
}
.AnyTagClassName
{
color: #9CE8FF;
}
</style>
background-color css
<style>
a { background-color: #9CE8FF; }
a { background-color: rgb(156,232,255); }
div.DivClassName
{
background-color: #9CE8FF;
}
.BgClassName
{
background-color: #9CE8FF;
}
</style>
border-color css
<style>
span { border-color: #9CE8FF; }
span { border-color: rgb(156,232,255); }
td.TdClassName
{
border-color: #9CE8FF;
}
.TagClassName
{
border-color: #9CE8FF;
}
</style>