Shades of Columbia Blue #9DDBFF
Tints of Columbia Blue #9DDBFF
RGB
CMYK
RGB Variations
Color information
#9DDBFF (or 0x9DDBFF) is known color: Columbia Blue. HEX triplet: 9D, DB and FF. RGB value is (157,219,255). Sum of RGB (Red+Green+Blue) = 157+219+255=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBFF is #622400. Grayscale: #CCCCCC. Windows color (decimal): -6431745 or 16767901. OLE color: 16767901.
HSL color Cylindrical-coordinate representation of color #9DDBFF: hue angle of 202.04º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DDBFF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 219 | 255 | - |
| CMYK | 0.38 | 0.14 | 0 | 0 |
| HSL | 202.04º | 1% | 0.81% | - |
| HSV(B) | 202.04º | 0.38% | 1% | - |
| XYZ | 57.29 | 65.05 | 104.14 | - |
| YUV | 204.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 255 | 0.38 | 0.14 | 0 | 0 | 202.04 | 1 | 0.81 |
| Hex | 9D | DB | FF | 26 | E | 0 | 0 | CA | 64 | 51 |
| Octal | 235 | 333 | 377 | 46 | 16 | 0 | 0 | 312 | 144 | 121 |
| Binary | 10011101 | 11011011 | 11111111 | 100110 | 1110 | 0 | 0 | 11001010 | 1100100 | 1010001 |
Color Harmonies of #9DDBFF
Complementary color
Monochromatic Colors of #9DDBFF
Black with #9DDBFF
Text Example
Text Example
White with #9DDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBFF; }
p { color: rgb(157,219,255); }
H1.HeaderClassName
{
color: #9DDBFF;
}
.AnyTagClassName
{
color: #9DDBFF;
}
</style>
background-color css
<style>
a { background-color: #9DDBFF; }
a { background-color: rgb(157,219,255); }
div.DivClassName
{
background-color: #9DDBFF;
}
.BgClassName
{
background-color: #9DDBFF;
}
</style>
border-color css
<style>
span { border-color: #9DDBFF; }
span { border-color: rgb(157,219,255); }
td.TdClassName
{
border-color: #9DDBFF;
}
.TagClassName
{
border-color: #9DDBFF;
}
</style>