Shades of Columbia Blue #9DD2FF
Tints of Columbia Blue #9DD2FF
RGB
CMYK
RGB Variations
Color information
#9DD2FF (or 0x9DD2FF) is known color: Columbia Blue. HEX triplet: 9D, D2 and FF. RGB value is (157,210,255). Sum of RGB (Red+Green+Blue) = 157+210+255=622 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.24% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2FF is #622D00. Grayscale: #C7C7C7. Windows color (decimal): -6434049 or 16765597. OLE color: 16765597.
HSL color Cylindrical-coordinate representation of color #9DD2FF: hue angle of 207.55º 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 #9DD2FF is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 210 | 255 | - |
| CMYK | 0.38 | 0.18 | 0 | 0 |
| HSL | 207.55º | 1% | 0.81% | - |
| HSV(B) | 207.55º | 0.38% | 1% | - |
| XYZ | 55 | 60.48 | 103.38 | - |
| YUV | 199.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 255 | 0.38 | 0.18 | 0 | 0 | 207.55 | 1 | 0.81 |
| Hex | 9D | D2 | FF | 26 | 12 | 0 | 0 | D0 | 64 | 51 |
| Octal | 235 | 322 | 377 | 46 | 22 | 0 | 0 | 320 | 144 | 121 |
| Binary | 10011101 | 11010010 | 11111111 | 100110 | 10010 | 0 | 0 | 11010000 | 1100100 | 1010001 |
Color Harmonies of #9DD2FF
Complementary color
Monochromatic Colors of #9DD2FF
Black with #9DD2FF
Text Example
Text Example
White with #9DD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2FF; }
p { color: rgb(157,210,255); }
H1.HeaderClassName
{
color: #9DD2FF;
}
.AnyTagClassName
{
color: #9DD2FF;
}
</style>
background-color css
<style>
a { background-color: #9DD2FF; }
a { background-color: rgb(157,210,255); }
div.DivClassName
{
background-color: #9DD2FF;
}
.BgClassName
{
background-color: #9DD2FF;
}
</style>
border-color css
<style>
span { border-color: #9DD2FF; }
span { border-color: rgb(157,210,255); }
td.TdClassName
{
border-color: #9DD2FF;
}
.TagClassName
{
border-color: #9DD2FF;
}
</style>