Shades of Columbia Blue #9CDEFD
Tints of Columbia Blue #9CDEFD
RGB
CMYK
RGB Variations
Color information
#9CDEFD (or 0x9CDEFD) is known color: Columbia Blue. HEX triplet: 9C, DE and FD. RGB value is (156,222,253). Sum of RGB (Red+Green+Blue) = 156+222+253=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEFD is #632102. Grayscale: #CDCDCD. Windows color (decimal): -6496515 or 16637596. OLE color: 16637596.
HSL color Cylindrical-coordinate representation of color #9CDEFD: hue angle of 199.18º 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 #9CDEFD is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 222 | 253 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.01 |
| HSL | 199.18º | 0.96% | 0.8% | - |
| HSV(B) | 199.18º | 0.38% | 0.99% | - |
| XYZ | 57.56 | 66.4 | 102.71 | - |
| YUV | 205.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 253 | 0.38 | 0.12 | 0 | 0.01 | 199.18 | 0.96 | 0.8 |
| Hex | 9C | DE | FD | 26 | C | 0 | 1 | C7 | 60 | 50 |
| Octal | 234 | 336 | 375 | 46 | 14 | 0 | 1 | 307 | 140 | 120 |
| Binary | 10011100 | 11011110 | 11111101 | 100110 | 1100 | 0 | 1 | 11000111 | 1100000 | 1010000 |
Color Harmonies of #9CDEFD
Complementary color
Monochromatic Colors of #9CDEFD
Black with #9CDEFD
Text Example
Text Example
White with #9CDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEFD; }
p { color: rgb(156,222,253); }
H1.HeaderClassName
{
color: #9CDEFD;
}
.AnyTagClassName
{
color: #9CDEFD;
}
</style>
background-color css
<style>
a { background-color: #9CDEFD; }
a { background-color: rgb(156,222,253); }
div.DivClassName
{
background-color: #9CDEFD;
}
.BgClassName
{
background-color: #9CDEFD;
}
</style>
border-color css
<style>
span { border-color: #9CDEFD; }
span { border-color: rgb(156,222,253); }
td.TdClassName
{
border-color: #9CDEFD;
}
.TagClassName
{
border-color: #9CDEFD;
}
</style>