Shades of Columbia Blue #9CE9FF
Tints of Columbia Blue #9CE9FF
RGB
CMYK
RGB Variations
Color information
#9CE9FF (or 0x9CE9FF) is known color: Columbia Blue. HEX triplet: 9C, E9 and FF. RGB value is (156,233,255). Sum of RGB (Red+Green+Blue) = 156+233+255=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE9FF is #631600. Grayscale: #D4D4D4. Windows color (decimal): -6493697 or 16771484. OLE color: 16771484.
HSL color Cylindrical-coordinate representation of color #9CE9FF: hue angle of 193.33º 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 #9CE9FF is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 233 | 255 | - |
| CMYK | 0.39 | 0.09 | 0 | 0 |
| HSL | 193.33º | 1% | 0.81% | - |
| HSV(B) | 193.33º | 0.39% | 1% | - |
| XYZ | 60.9 | 72.57 | 105.4 | - |
| YUV | 212.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 255 | 0.39 | 0.09 | 0 | 0 | 193.33 | 1 | 0.81 |
| Hex | 9C | E9 | FF | 27 | 9 | 0 | 0 | C1 | 64 | 51 |
| Octal | 234 | 351 | 377 | 47 | 11 | 0 | 0 | 301 | 144 | 121 |
| Binary | 10011100 | 11101001 | 11111111 | 100111 | 1001 | 0 | 0 | 11000001 | 1100100 | 1010001 |
Color Harmonies of #9CE9FF
Complementary color
Monochromatic Colors of #9CE9FF
Black with #9CE9FF
Text Example
Text Example
White with #9CE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE9FF; }
p { color: rgb(156,233,255); }
H1.HeaderClassName
{
color: #9CE9FF;
}
.AnyTagClassName
{
color: #9CE9FF;
}
</style>
background-color css
<style>
a { background-color: #9CE9FF; }
a { background-color: rgb(156,233,255); }
div.DivClassName
{
background-color: #9CE9FF;
}
.BgClassName
{
background-color: #9CE9FF;
}
</style>
border-color css
<style>
span { border-color: #9CE9FF; }
span { border-color: rgb(156,233,255); }
td.TdClassName
{
border-color: #9CE9FF;
}
.TagClassName
{
border-color: #9CE9FF;
}
</style>