Shades of Columbia Blue #9DDDFA
Tints of Columbia Blue #9DDDFA
RGB
CMYK
RGB Variations
Color information
#9DDDFA (or 0x9DDDFA) is known color: Columbia Blue. HEX triplet: 9D, DD and FA. RGB value is (157,221,250). Sum of RGB (Red+Green+Blue) = 157+221+250=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DDDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFA is #622205. Grayscale: #CCCCCC. Windows color (decimal): -6431238 or 16440733. OLE color: 16440733.
HSL color Cylindrical-coordinate representation of color #9DDDFA: hue angle of 198.71º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DDDFA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 221 | 250 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.02 |
| HSL | 198.71º | 0.9% | 0.8% | - |
| HSV(B) | 198.71º | 0.37% | 0.98% | - |
| XYZ | 57.02 | 65.78 | 100.13 | - |
| YUV | 205.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 250 | 0.37 | 0.12 | 0 | 0.02 | 198.71 | 0.9 | 0.8 |
| Hex | 9D | DD | FA | 25 | C | 0 | 2 | C7 | 5A | 50 |
| Octal | 235 | 335 | 372 | 45 | 14 | 0 | 2 | 307 | 132 | 120 |
| Binary | 10011101 | 11011101 | 11111010 | 100101 | 1100 | 0 | 10 | 11000111 | 1011010 | 1010000 |
Color Harmonies of #9DDDFA
Complementary color
Monochromatic Colors of #9DDDFA
Black with #9DDDFA
Text Example
Text Example
White with #9DDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDFA; }
p { color: rgb(157,221,250); }
H1.HeaderClassName
{
color: #9DDDFA;
}
.AnyTagClassName
{
color: #9DDDFA;
}
</style>
background-color css
<style>
a { background-color: #9DDDFA; }
a { background-color: rgb(157,221,250); }
div.DivClassName
{
background-color: #9DDDFA;
}
.BgClassName
{
background-color: #9DDDFA;
}
</style>
border-color css
<style>
span { border-color: #9DDDFA; }
span { border-color: rgb(157,221,250); }
td.TdClassName
{
border-color: #9DDDFA;
}
.TagClassName
{
border-color: #9DDDFA;
}
</style>