Shades of Columbia Blue #9CCEFD
Tints of Columbia Blue #9CCEFD
RGB
CMYK
RGB Variations
Color information
#9CCEFD (or 0x9CCEFD) is known color: Columbia Blue. HEX triplet: 9C, CE and FD. RGB value is (156,206,253). Sum of RGB (Red+Green+Blue) = 156+206+253=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CCEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEFD is #633102. Grayscale: #C4C4C4. Windows color (decimal): -6500611 or 16633500. OLE color: 16633500.
HSL color Cylindrical-coordinate representation of color #9CCEFD: hue angle of 209.07º 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 #9CCEFD is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 206 | 253 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.01 |
| HSL | 209.07º | 0.96% | 0.8% | - |
| HSV(B) | 209.07º | 0.38% | 0.99% | - |
| XYZ | 53.51 | 58.3 | 101.36 | - |
| YUV | 196.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 253 | 0.38 | 0.19 | 0 | 0.01 | 209.07 | 0.96 | 0.8 |
| Hex | 9C | CE | FD | 26 | 13 | 0 | 1 | D1 | 60 | 50 |
| Octal | 234 | 316 | 375 | 46 | 23 | 0 | 1 | 321 | 140 | 120 |
| Binary | 10011100 | 11001110 | 11111101 | 100110 | 10011 | 0 | 1 | 11010001 | 1100000 | 1010000 |
Color Harmonies of #9CCEFD
Complementary color
Monochromatic Colors of #9CCEFD
Black with #9CCEFD
Text Example
Text Example
White with #9CCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEFD; }
p { color: rgb(156,206,253); }
H1.HeaderClassName
{
color: #9CCEFD;
}
.AnyTagClassName
{
color: #9CCEFD;
}
</style>
background-color css
<style>
a { background-color: #9CCEFD; }
a { background-color: rgb(156,206,253); }
div.DivClassName
{
background-color: #9CCEFD;
}
.BgClassName
{
background-color: #9CCEFD;
}
</style>
border-color css
<style>
span { border-color: #9CCEFD; }
span { border-color: rgb(156,206,253); }
td.TdClassName
{
border-color: #9CCEFD;
}
.TagClassName
{
border-color: #9CCEFD;
}
</style>