Shades of Columbia Blue #9CDDFD
Tints of Columbia Blue #9CDDFD
RGB
CMYK
RGB Variations
Color information
#9CDDFD (or 0x9CDDFD) is known color: Columbia Blue. HEX triplet: 9C, DD and FD. RGB value is (156,221,253). Sum of RGB (Red+Green+Blue) = 156+221+253=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDDFD is #632202. Grayscale: #CDCDCD. Windows color (decimal): -6496771 or 16637340. OLE color: 16637340.
HSL color Cylindrical-coordinate representation of color #9CDDFD: hue angle of 199.79º 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 #9CDDFD is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 221 | 253 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.01 |
| HSL | 199.79º | 0.96% | 0.8% | - |
| HSV(B) | 199.79º | 0.38% | 0.99% | - |
| XYZ | 57.3 | 65.87 | 102.62 | - |
| YUV | 205.21 | 154.97 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 253 | 0.38 | 0.13 | 0 | 0.01 | 199.79 | 0.96 | 0.8 |
| Hex | 9C | DD | FD | 26 | D | 0 | 1 | C8 | 60 | 50 |
| Octal | 234 | 335 | 375 | 46 | 15 | 0 | 1 | 310 | 140 | 120 |
| Binary | 10011100 | 11011101 | 11111101 | 100110 | 1101 | 0 | 1 | 11001000 | 1100000 | 1010000 |
Color Harmonies of #9CDDFD
Complementary color
Monochromatic Colors of #9CDDFD
Black with #9CDDFD
Text Example
Text Example
White with #9CDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDFD; }
p { color: rgb(156,221,253); }
H1.HeaderClassName
{
color: #9CDDFD;
}
.AnyTagClassName
{
color: #9CDDFD;
}
</style>
background-color css
<style>
a { background-color: #9CDDFD; }
a { background-color: rgb(156,221,253); }
div.DivClassName
{
background-color: #9CDDFD;
}
.BgClassName
{
background-color: #9CDDFD;
}
</style>
border-color css
<style>
span { border-color: #9CDDFD; }
span { border-color: rgb(156,221,253); }
td.TdClassName
{
border-color: #9CDDFD;
}
.TagClassName
{
border-color: #9CDDFD;
}
</style>