Shades of Columbia Blue #9CEDFF
Tints of Columbia Blue #9CEDFF
RGB
CMYK
RGB Variations
Color information
#9CEDFF (or 0x9CEDFF) is known color: Columbia Blue. HEX triplet: 9C, ED and FF. RGB value is (156,237,255). Sum of RGB (Red+Green+Blue) = 156+237+255=648 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.07% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEDFF is #631200. Grayscale: #D6D6D6. Windows color (decimal): -6492673 or 16772508. OLE color: 16772508.
HSL color Cylindrical-coordinate representation of color #9CEDFF: hue angle of 190.91º 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 #9CEDFF is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 237 | 255 | - |
| CMYK | 0.39 | 0.07 | 0 | 0 |
| HSL | 190.91º | 1% | 0.81% | - |
| HSV(B) | 190.91º | 0.39% | 1% | - |
| XYZ | 62.04 | 74.86 | 105.79 | - |
| YUV | 214.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 255 | 0.39 | 0.07 | 0 | 0 | 190.91 | 1 | 0.81 |
| Hex | 9C | ED | FF | 27 | 7 | 0 | 0 | BF | 64 | 51 |
| Octal | 234 | 355 | 377 | 47 | 7 | 0 | 0 | 277 | 144 | 121 |
| Binary | 10011100 | 11101101 | 11111111 | 100111 | 111 | 0 | 0 | 10111111 | 1100100 | 1010001 |
Color Harmonies of #9CEDFF
Complementary color
Monochromatic Colors of #9CEDFF
Black with #9CEDFF
Text Example
Text Example
White with #9CEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDFF; }
p { color: rgb(156,237,255); }
H1.HeaderClassName
{
color: #9CEDFF;
}
.AnyTagClassName
{
color: #9CEDFF;
}
</style>
background-color css
<style>
a { background-color: #9CEDFF; }
a { background-color: rgb(156,237,255); }
div.DivClassName
{
background-color: #9CEDFF;
}
.BgClassName
{
background-color: #9CEDFF;
}
</style>
border-color css
<style>
span { border-color: #9CEDFF; }
span { border-color: rgb(156,237,255); }
td.TdClassName
{
border-color: #9CEDFF;
}
.TagClassName
{
border-color: #9CEDFF;
}
</style>