Shades of Columbia Blue #9CE3FA
Tints of Columbia Blue #9CE3FA
RGB
CMYK
RGB Variations
Color information
#9CE3FA (or 0x9CE3FA) is known color: Columbia Blue. HEX triplet: 9C, E3 and FA. RGB value is (156,227,250). Sum of RGB (Red+Green+Blue) = 156+227+250=633 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.64% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CE3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE3FA is #631C05. Grayscale: #D0D0D0. Windows color (decimal): -6495238 or 16442268. OLE color: 16442268.
HSL color Cylindrical-coordinate representation of color #9CE3FA: hue angle of 194.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CE3FA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 227 | 250 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.02 |
| HSL | 194.68º | 0.9% | 0.8% | - |
| HSV(B) | 194.68º | 0.38% | 0.98% | - |
| XYZ | 58.43 | 68.91 | 100.66 | - |
| YUV | 208.39 | 151.48 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 227 | 250 | 0.38 | 0.09 | 0 | 0.02 | 194.68 | 0.9 | 0.8 |
| Hex | 9C | E3 | FA | 26 | 9 | 0 | 2 | C3 | 5A | 50 |
| Octal | 234 | 343 | 372 | 46 | 11 | 0 | 2 | 303 | 132 | 120 |
| Binary | 10011100 | 11100011 | 11111010 | 100110 | 1001 | 0 | 10 | 11000011 | 1011010 | 1010000 |
Color Harmonies of #9CE3FA
Complementary color
Monochromatic Colors of #9CE3FA
Black with #9CE3FA
Text Example
Text Example
White with #9CE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE3FA; }
p { color: rgb(156,227,250); }
H1.HeaderClassName
{
color: #9CE3FA;
}
.AnyTagClassName
{
color: #9CE3FA;
}
</style>
background-color css
<style>
a { background-color: #9CE3FA; }
a { background-color: rgb(156,227,250); }
div.DivClassName
{
background-color: #9CE3FA;
}
.BgClassName
{
background-color: #9CE3FA;
}
</style>
border-color css
<style>
span { border-color: #9CE3FA; }
span { border-color: rgb(156,227,250); }
td.TdClassName
{
border-color: #9CE3FA;
}
.TagClassName
{
border-color: #9CE3FA;
}
</style>