Shades of Columbia Blue #9DDFFA
Tints of Columbia Blue #9DDFFA
RGB
CMYK
RGB Variations
Color information
#9DDFFA (or 0x9DDFFA) is known color: Columbia Blue. HEX triplet: 9D, DF and FA. RGB value is (157,223,250). Sum of RGB (Red+Green+Blue) = 157+223+250=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFFA is #622005. Grayscale: #CECECE. Windows color (decimal): -6430726 or 16441245. OLE color: 16441245.
HSL color Cylindrical-coordinate representation of color #9DDFFA: hue angle of 197.42º 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 #9DDFFA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 223 | 250 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.02 |
| HSL | 197.42º | 0.9% | 0.8% | - |
| HSV(B) | 197.42º | 0.37% | 0.98% | - |
| XYZ | 57.55 | 66.85 | 100.31 | - |
| YUV | 206.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 250 | 0.37 | 0.11 | 0 | 0.02 | 197.42 | 0.9 | 0.8 |
| Hex | 9D | DF | FA | 25 | B | 0 | 2 | C5 | 5A | 50 |
| Octal | 235 | 337 | 372 | 45 | 13 | 0 | 2 | 305 | 132 | 120 |
| Binary | 10011101 | 11011111 | 11111010 | 100101 | 1011 | 0 | 10 | 11000101 | 1011010 | 1010000 |
Color Harmonies of #9DDFFA
Complementary color
Monochromatic Colors of #9DDFFA
Black with #9DDFFA
Text Example
Text Example
White with #9DDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFFA; }
p { color: rgb(157,223,250); }
H1.HeaderClassName
{
color: #9DDFFA;
}
.AnyTagClassName
{
color: #9DDFFA;
}
</style>
background-color css
<style>
a { background-color: #9DDFFA; }
a { background-color: rgb(157,223,250); }
div.DivClassName
{
background-color: #9DDFFA;
}
.BgClassName
{
background-color: #9DDFFA;
}
</style>
border-color css
<style>
span { border-color: #9DDFFA; }
span { border-color: rgb(157,223,250); }
td.TdClassName
{
border-color: #9DDFFA;
}
.TagClassName
{
border-color: #9DDFFA;
}
</style>