Shades of Columbia Blue #9DEBFE
Tints of Columbia Blue #9DEBFE
RGB
CMYK
RGB Variations
Color information
#9DEBFE (or 0x9DEBFE) is known color: Columbia Blue. HEX triplet: 9D, EB and FE. RGB value is (157,235,254). Sum of RGB (Red+Green+Blue) = 157+235+254=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBFE is #621401. Grayscale: #D5D5D5. Windows color (decimal): -6427650 or 16706461. OLE color: 16706461.
HSL color Cylindrical-coordinate representation of color #9DEBFE: hue angle of 191.75º 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 #9DEBFE is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 235 | 254 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.00 |
| HSL | 191.75º | 0.98% | 0.81% | - |
| HSV(B) | 191.75º | 0.38% | 1% | - |
| XYZ | 61.5 | 73.74 | 104.76 | - |
| YUV | 213.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 254 | 0.38 | 0.07 | 0 | 0.00 | 191.75 | 0.98 | 0.81 |
| Hex | 9D | EB | FE | 26 | 7 | 0 | 0 | C0 | 62 | 51 |
| Octal | 235 | 353 | 376 | 46 | 7 | 0 | 0 | 300 | 142 | 121 |
| Binary | 10011101 | 11101011 | 11111110 | 100110 | 111 | 0 | 0 | 11000000 | 1100010 | 1010001 |
Color Harmonies of #9DEBFE
Complementary color
Monochromatic Colors of #9DEBFE
Black with #9DEBFE
Text Example
Text Example
White with #9DEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBFE; }
p { color: rgb(157,235,254); }
H1.HeaderClassName
{
color: #9DEBFE;
}
.AnyTagClassName
{
color: #9DEBFE;
}
</style>
background-color css
<style>
a { background-color: #9DEBFE; }
a { background-color: rgb(157,235,254); }
div.DivClassName
{
background-color: #9DEBFE;
}
.BgClassName
{
background-color: #9DEBFE;
}
</style>
border-color css
<style>
span { border-color: #9DEBFE; }
span { border-color: rgb(157,235,254); }
td.TdClassName
{
border-color: #9DEBFE;
}
.TagClassName
{
border-color: #9DEBFE;
}
</style>