Shades of Columbia Blue #9DD2FE
Tints of Columbia Blue #9DD2FE
RGB
CMYK
RGB Variations
Color information
#9DD2FE (or 0x9DD2FE) is known color: Columbia Blue. HEX triplet: 9D, D2 and FE. RGB value is (157,210,254). Sum of RGB (Red+Green+Blue) = 157+210+254=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DD2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2FE is #622D01. Grayscale: #C6C6C6. Windows color (decimal): -6434050 or 16700061. OLE color: 16700061.
HSL color Cylindrical-coordinate representation of color #9DD2FE: hue angle of 207.22º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DD2FE is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 210 | 254 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.00 |
| HSL | 207.22º | 0.98% | 0.81% | - |
| HSV(B) | 207.22º | 0.38% | 1% | - |
| XYZ | 54.84 | 60.42 | 102.54 | - |
| YUV | 199.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 254 | 0.38 | 0.17 | 0 | 0.00 | 207.22 | 0.98 | 0.81 |
| Hex | 9D | D2 | FE | 26 | 11 | 0 | 0 | CF | 62 | 51 |
| Octal | 235 | 322 | 376 | 46 | 21 | 0 | 0 | 317 | 142 | 121 |
| Binary | 10011101 | 11010010 | 11111110 | 100110 | 10001 | 0 | 0 | 11001111 | 1100010 | 1010001 |
Color Harmonies of #9DD2FE
Complementary color
Monochromatic Colors of #9DD2FE
Black with #9DD2FE
Text Example
Text Example
White with #9DD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2FE; }
p { color: rgb(157,210,254); }
H1.HeaderClassName
{
color: #9DD2FE;
}
.AnyTagClassName
{
color: #9DD2FE;
}
</style>
background-color css
<style>
a { background-color: #9DD2FE; }
a { background-color: rgb(157,210,254); }
div.DivClassName
{
background-color: #9DD2FE;
}
.BgClassName
{
background-color: #9DD2FE;
}
</style>
border-color css
<style>
span { border-color: #9DD2FE; }
span { border-color: rgb(157,210,254); }
td.TdClassName
{
border-color: #9DD2FE;
}
.TagClassName
{
border-color: #9DD2FE;
}
</style>