Shades of Columbia Blue #9CE0FD
Tints of Columbia Blue #9CE0FD
RGB
CMYK
RGB Variations
Color information
#9CE0FD (or 0x9CE0FD) is known color: Columbia Blue. HEX triplet: 9C, E0 and FD. RGB value is (156,224,253). Sum of RGB (Red+Green+Blue) = 156+224+253=633 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.64% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE0FD is #631F02. Grayscale: #CECECE. Windows color (decimal): -6496003 or 16638108. OLE color: 16638108.
HSL color Cylindrical-coordinate representation of color #9CE0FD: hue angle of 197.94º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CE0FD is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 224 | 253 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.01 |
| HSL | 197.94º | 0.96% | 0.8% | - |
| HSV(B) | 197.94º | 0.38% | 0.99% | - |
| XYZ | 58.1 | 67.47 | 102.89 | - |
| YUV | 206.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 253 | 0.38 | 0.11 | 0 | 0.01 | 197.94 | 0.96 | 0.8 |
| Hex | 9C | E0 | FD | 26 | B | 0 | 1 | C6 | 60 | 50 |
| Octal | 234 | 340 | 375 | 46 | 13 | 0 | 1 | 306 | 140 | 120 |
| Binary | 10011100 | 11100000 | 11111101 | 100110 | 1011 | 0 | 1 | 11000110 | 1100000 | 1010000 |
Color Harmonies of #9CE0FD
Complementary color
Monochromatic Colors of #9CE0FD
Black with #9CE0FD
Text Example
Text Example
White with #9CE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0FD; }
p { color: rgb(156,224,253); }
H1.HeaderClassName
{
color: #9CE0FD;
}
.AnyTagClassName
{
color: #9CE0FD;
}
</style>
background-color css
<style>
a { background-color: #9CE0FD; }
a { background-color: rgb(156,224,253); }
div.DivClassName
{
background-color: #9CE0FD;
}
.BgClassName
{
background-color: #9CE0FD;
}
</style>
border-color css
<style>
span { border-color: #9CE0FD; }
span { border-color: rgb(156,224,253); }
td.TdClassName
{
border-color: #9CE0FD;
}
.TagClassName
{
border-color: #9CE0FD;
}
</style>