Shades of Columbia Blue #9CDEF4
Tints of Columbia Blue #9CDEF4
RGB
CMYK
RGB Variations
Color information
#9CDEF4 (or 0x9CDEF4) is known color: Columbia Blue. HEX triplet: 9C, DE and F4. RGB value is (156,222,244). Sum of RGB (Red+Green+Blue) = 156+222+244=622 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.08% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #9CDEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEF4 is #63210B. Grayscale: #CCCCCC. Windows color (decimal): -6496524 or 16047772. OLE color: 16047772.
HSL color Cylindrical-coordinate representation of color #9CDEF4: hue angle of 195º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CDEF4 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 222 | 244 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.04 |
| HSL | 195º | 0.8% | 0.78% | - |
| HSV(B) | 195º | 0.36% | 0.96% | - |
| XYZ | 56.16 | 65.84 | 95.34 | - |
| YUV | 204.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 244 | 0.36 | 0.09 | 0 | 0.04 | 195 | 0.8 | 0.78 |
| Hex | 9C | DE | F4 | 24 | 9 | 0 | 4 | C3 | 50 | 4E |
| Octal | 234 | 336 | 364 | 44 | 11 | 0 | 4 | 303 | 120 | 116 |
| Binary | 10011100 | 11011110 | 11110100 | 100100 | 1001 | 0 | 100 | 11000011 | 1010000 | 1001110 |
Color Harmonies of #9CDEF4
Complementary color
Monochromatic Colors of #9CDEF4
Black with #9CDEF4
Text Example
Text Example
White with #9CDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEF4; }
p { color: rgb(156,222,244); }
H1.HeaderClassName
{
color: #9CDEF4;
}
.AnyTagClassName
{
color: #9CDEF4;
}
</style>
background-color css
<style>
a { background-color: #9CDEF4; }
a { background-color: rgb(156,222,244); }
div.DivClassName
{
background-color: #9CDEF4;
}
.BgClassName
{
background-color: #9CDEF4;
}
</style>
border-color css
<style>
span { border-color: #9CDEF4; }
span { border-color: rgb(156,222,244); }
td.TdClassName
{
border-color: #9CDEF4;
}
.TagClassName
{
border-color: #9CDEF4;
}
</style>