Shades of Columbia Blue #9CDEF9
Tints of Columbia Blue #9CDEF9
RGB
CMYK
RGB Variations
Color information
#9CDEF9 (or 0x9CDEF9) is known color: Columbia Blue. HEX triplet: 9C, DE and F9. RGB value is (156,222,249). Sum of RGB (Red+Green+Blue) = 156+222+249=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #9CDEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEF9 is #632106. Grayscale: #CDCDCD. Windows color (decimal): -6496519 or 16375452. OLE color: 16375452.
HSL color Cylindrical-coordinate representation of color #9CDEF9: hue angle of 197.42º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CDEF9 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 222 | 249 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.02 |
| HSL | 197.42º | 0.89% | 0.79% | - |
| HSV(B) | 197.42º | 0.37% | 0.98% | - |
| XYZ | 56.93 | 66.15 | 99.39 | - |
| YUV | 205.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 249 | 0.37 | 0.11 | 0 | 0.02 | 197.42 | 0.89 | 0.79 |
| Hex | 9C | DE | F9 | 25 | B | 0 | 2 | C5 | 59 | 4F |
| Octal | 234 | 336 | 371 | 45 | 13 | 0 | 2 | 305 | 131 | 117 |
| Binary | 10011100 | 11011110 | 11111001 | 100101 | 1011 | 0 | 10 | 11000101 | 1011001 | 1001111 |
Color Harmonies of #9CDEF9
Complementary color
Monochromatic Colors of #9CDEF9
Black with #9CDEF9
Text Example
Text Example
White with #9CDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEF9; }
p { color: rgb(156,222,249); }
H1.HeaderClassName
{
color: #9CDEF9;
}
.AnyTagClassName
{
color: #9CDEF9;
}
</style>
background-color css
<style>
a { background-color: #9CDEF9; }
a { background-color: rgb(156,222,249); }
div.DivClassName
{
background-color: #9CDEF9;
}
.BgClassName
{
background-color: #9CDEF9;
}
</style>
border-color css
<style>
span { border-color: #9CDEF9; }
span { border-color: rgb(156,222,249); }
td.TdClassName
{
border-color: #9CDEF9;
}
.TagClassName
{
border-color: #9CDEF9;
}
</style>