Shades of Columbia Blue #9DDBFC
Tints of Columbia Blue #9DDBFC
RGB
CMYK
RGB Variations
Color information
#9DDBFC (or 0x9DDBFC) is known color: Columbia Blue. HEX triplet: 9D, DB and FC. RGB value is (157,219,252). Sum of RGB (Red+Green+Blue) = 157+219+252=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBFC is #622403. Grayscale: #CCCCCC. Windows color (decimal): -6431748 or 16571293. OLE color: 16571293.
HSL color Cylindrical-coordinate representation of color #9DDBFC: hue angle of 200.84º 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 #9DDBFC is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 219 | 252 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.01 |
| HSL | 200.84º | 0.94% | 0.8% | - |
| HSV(B) | 200.84º | 0.38% | 0.99% | - |
| XYZ | 56.81 | 64.86 | 101.62 | - |
| YUV | 204.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 252 | 0.38 | 0.13 | 0 | 0.01 | 200.84 | 0.94 | 0.8 |
| Hex | 9D | DB | FC | 26 | D | 0 | 1 | C9 | 5E | 50 |
| Octal | 235 | 333 | 374 | 46 | 15 | 0 | 1 | 311 | 136 | 120 |
| Binary | 10011101 | 11011011 | 11111100 | 100110 | 1101 | 0 | 1 | 11001001 | 1011110 | 1010000 |
Color Harmonies of #9DDBFC
Complementary color
Monochromatic Colors of #9DDBFC
Black with #9DDBFC
Text Example
Text Example
White with #9DDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBFC; }
p { color: rgb(157,219,252); }
H1.HeaderClassName
{
color: #9DDBFC;
}
.AnyTagClassName
{
color: #9DDBFC;
}
</style>
background-color css
<style>
a { background-color: #9DDBFC; }
a { background-color: rgb(157,219,252); }
div.DivClassName
{
background-color: #9DDBFC;
}
.BgClassName
{
background-color: #9DDBFC;
}
</style>
border-color css
<style>
span { border-color: #9DDBFC; }
span { border-color: rgb(157,219,252); }
td.TdClassName
{
border-color: #9DDBFC;
}
.TagClassName
{
border-color: #9DDBFC;
}
</style>