Shades of Columbia Blue #9CDFFD
Tints of Columbia Blue #9CDFFD
RGB
CMYK
RGB Variations
Color information
#9CDFFD (or 0x9CDFFD) is known color: Columbia Blue. HEX triplet: 9C, DF and FD. RGB value is (156,223,253). Sum of RGB (Red+Green+Blue) = 156+223+253=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFFD is #632002. Grayscale: #CECECE. Windows color (decimal): -6496259 or 16637852. OLE color: 16637852.
HSL color Cylindrical-coordinate representation of color #9CDFFD: hue angle of 198.56º 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 #9CDFFD is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 223 | 253 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.01 |
| HSL | 198.56º | 0.96% | 0.8% | - |
| HSV(B) | 198.56º | 0.38% | 0.99% | - |
| XYZ | 57.83 | 66.94 | 102.8 | - |
| YUV | 206.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 253 | 0.38 | 0.12 | 0 | 0.01 | 198.56 | 0.96 | 0.8 |
| Hex | 9C | DF | FD | 26 | C | 0 | 1 | C7 | 60 | 50 |
| Octal | 234 | 337 | 375 | 46 | 14 | 0 | 1 | 307 | 140 | 120 |
| Binary | 10011100 | 11011111 | 11111101 | 100110 | 1100 | 0 | 1 | 11000111 | 1100000 | 1010000 |
Color Harmonies of #9CDFFD
Complementary color
Monochromatic Colors of #9CDFFD
Black with #9CDFFD
Text Example
Text Example
White with #9CDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFFD; }
p { color: rgb(156,223,253); }
H1.HeaderClassName
{
color: #9CDFFD;
}
.AnyTagClassName
{
color: #9CDFFD;
}
</style>
background-color css
<style>
a { background-color: #9CDFFD; }
a { background-color: rgb(156,223,253); }
div.DivClassName
{
background-color: #9CDFFD;
}
.BgClassName
{
background-color: #9CDFFD;
}
</style>
border-color css
<style>
span { border-color: #9CDFFD; }
span { border-color: rgb(156,223,253); }
td.TdClassName
{
border-color: #9CDFFD;
}
.TagClassName
{
border-color: #9CDFFD;
}
</style>