Shades of Columbia Blue #9DDEFC
Tints of Columbia Blue #9DDEFC
RGB
CMYK
RGB Variations
Color information
#9DDEFC (or 0x9DDEFC) is known color: Columbia Blue. HEX triplet: 9D, DE and FC. RGB value is (157,222,252). Sum of RGB (Red+Green+Blue) = 157+222+252=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DDEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEFC is #622103. Grayscale: #CDCDCD. Windows color (decimal): -6430980 or 16572061. OLE color: 16572061.
HSL color Cylindrical-coordinate representation of color #9DDEFC: hue angle of 198.95º degrees, saturation: 0.94, 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 #9DDEFC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 222 | 252 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.01 |
| HSL | 198.95º | 0.94% | 0.8% | - |
| HSV(B) | 198.95º | 0.38% | 0.99% | - |
| XYZ | 57.6 | 66.44 | 101.88 | - |
| YUV | 205.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 252 | 0.38 | 0.12 | 0 | 0.01 | 198.95 | 0.94 | 0.8 |
| Hex | 9D | DE | FC | 26 | C | 0 | 1 | C7 | 5E | 50 |
| Octal | 235 | 336 | 374 | 46 | 14 | 0 | 1 | 307 | 136 | 120 |
| Binary | 10011101 | 11011110 | 11111100 | 100110 | 1100 | 0 | 1 | 11000111 | 1011110 | 1010000 |
Color Harmonies of #9DDEFC
Complementary color
Monochromatic Colors of #9DDEFC
Black with #9DDEFC
Text Example
Text Example
White with #9DDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEFC; }
p { color: rgb(157,222,252); }
H1.HeaderClassName
{
color: #9DDEFC;
}
.AnyTagClassName
{
color: #9DDEFC;
}
</style>
background-color css
<style>
a { background-color: #9DDEFC; }
a { background-color: rgb(157,222,252); }
div.DivClassName
{
background-color: #9DDEFC;
}
.BgClassName
{
background-color: #9DDEFC;
}
</style>
border-color css
<style>
span { border-color: #9DDEFC; }
span { border-color: rgb(157,222,252); }
td.TdClassName
{
border-color: #9DDEFC;
}
.TagClassName
{
border-color: #9DDEFC;
}
</style>