Shades of Columbia Blue #9CDEFB
Tints of Columbia Blue #9CDEFB
RGB
CMYK
RGB Variations
Color information
#9CDEFB (or 0x9CDEFB) is known color: Columbia Blue. HEX triplet: 9C, DE and FB. RGB value is (156,222,251). Sum of RGB (Red+Green+Blue) = 156+222+251=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CDEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEFB is #632104. Grayscale: #CDCDCD. Windows color (decimal): -6496517 or 16506524. OLE color: 16506524.
HSL color Cylindrical-coordinate representation of color #9CDEFB: hue angle of 198.32º degrees, saturation: 0.92, 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 #9CDEFB is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 222 | 251 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.02 |
| HSL | 198.32º | 0.92% | 0.8% | - |
| HSV(B) | 198.32º | 0.38% | 0.98% | - |
| XYZ | 57.24 | 66.28 | 101.04 | - |
| YUV | 205.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 251 | 0.38 | 0.12 | 0 | 0.02 | 198.32 | 0.92 | 0.8 |
| Hex | 9C | DE | FB | 26 | C | 0 | 2 | C6 | 5C | 50 |
| Octal | 234 | 336 | 373 | 46 | 14 | 0 | 2 | 306 | 134 | 120 |
| Binary | 10011100 | 11011110 | 11111011 | 100110 | 1100 | 0 | 10 | 11000110 | 1011100 | 1010000 |
Color Harmonies of #9CDEFB
Complementary color
Monochromatic Colors of #9CDEFB
Black with #9CDEFB
Text Example
Text Example
White with #9CDEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEFB; }
p { color: rgb(156,222,251); }
H1.HeaderClassName
{
color: #9CDEFB;
}
.AnyTagClassName
{
color: #9CDEFB;
}
</style>
background-color css
<style>
a { background-color: #9CDEFB; }
a { background-color: rgb(156,222,251); }
div.DivClassName
{
background-color: #9CDEFB;
}
.BgClassName
{
background-color: #9CDEFB;
}
</style>
border-color css
<style>
span { border-color: #9CDEFB; }
span { border-color: rgb(156,222,251); }
td.TdClassName
{
border-color: #9CDEFB;
}
.TagClassName
{
border-color: #9CDEFB;
}
</style>