Shades of Columbia Blue #9DDCF8
Tints of Columbia Blue #9DDCF8
RGB
CMYK
RGB Variations
Color information
#9DDCF8 (or 0x9DDCF8) is known color: Columbia Blue. HEX triplet: 9D, DC and F8. RGB value is (157,220,248). Sum of RGB (Red+Green+Blue) = 157+220+248=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DDCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCF8 is #622307. Grayscale: #CCCCCC. Windows color (decimal): -6431496 or 16309405. OLE color: 16309405.
HSL color Cylindrical-coordinate representation of color #9DDCF8: hue angle of 198.46º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DDCF8 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 220 | 248 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.03 |
| HSL | 198.46º | 0.87% | 0.79% | - |
| HSV(B) | 198.46º | 0.37% | 0.97% | - |
| XYZ | 56.44 | 65.13 | 98.4 | - |
| YUV | 204.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 248 | 0.37 | 0.11 | 0 | 0.03 | 198.46 | 0.87 | 0.79 |
| Hex | 9D | DC | F8 | 25 | B | 0 | 3 | C6 | 57 | 4F |
| Octal | 235 | 334 | 370 | 45 | 13 | 0 | 3 | 306 | 127 | 117 |
| Binary | 10011101 | 11011100 | 11111000 | 100101 | 1011 | 0 | 11 | 11000110 | 1010111 | 1001111 |
Color Harmonies of #9DDCF8
Complementary color
Monochromatic Colors of #9DDCF8
Black with #9DDCF8
Text Example
Text Example
White with #9DDCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCF8; }
p { color: rgb(157,220,248); }
H1.HeaderClassName
{
color: #9DDCF8;
}
.AnyTagClassName
{
color: #9DDCF8;
}
</style>
background-color css
<style>
a { background-color: #9DDCF8; }
a { background-color: rgb(157,220,248); }
div.DivClassName
{
background-color: #9DDCF8;
}
.BgClassName
{
background-color: #9DDCF8;
}
</style>
border-color css
<style>
span { border-color: #9DDCF8; }
span { border-color: rgb(157,220,248); }
td.TdClassName
{
border-color: #9DDCF8;
}
.TagClassName
{
border-color: #9DDCF8;
}
</style>