Shades of Columbia Blue #9DE6FE
Tints of Columbia Blue #9DE6FE
RGB
CMYK
RGB Variations
Color information
#9DE6FE (or 0x9DE6FE) is known color: Columbia Blue. HEX triplet: 9D, E6 and FE. RGB value is (157,230,254). Sum of RGB (Red+Green+Blue) = 157+230+254=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE6FE is #621901. Grayscale: #D2D2D2. Windows color (decimal): -6428930 or 16705181. OLE color: 16705181.
HSL color Cylindrical-coordinate representation of color #9DE6FE: hue angle of 194.85º 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 #9DE6FE is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 230 | 254 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.00 |
| HSL | 194.85º | 0.98% | 0.81% | - |
| HSV(B) | 194.85º | 0.38% | 1% | - |
| XYZ | 60.09 | 70.92 | 104.29 | - |
| YUV | 210.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 230 | 254 | 0.38 | 0.09 | 0 | 0.00 | 194.85 | 0.98 | 0.81 |
| Hex | 9D | E6 | FE | 26 | 9 | 0 | 0 | C3 | 62 | 51 |
| Octal | 235 | 346 | 376 | 46 | 11 | 0 | 0 | 303 | 142 | 121 |
| Binary | 10011101 | 11100110 | 11111110 | 100110 | 1001 | 0 | 0 | 11000011 | 1100010 | 1010001 |
Color Harmonies of #9DE6FE
Complementary color
Monochromatic Colors of #9DE6FE
Black with #9DE6FE
Text Example
Text Example
White with #9DE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE6FE; }
p { color: rgb(157,230,254); }
H1.HeaderClassName
{
color: #9DE6FE;
}
.AnyTagClassName
{
color: #9DE6FE;
}
</style>
background-color css
<style>
a { background-color: #9DE6FE; }
a { background-color: rgb(157,230,254); }
div.DivClassName
{
background-color: #9DE6FE;
}
.BgClassName
{
background-color: #9DE6FE;
}
</style>
border-color css
<style>
span { border-color: #9DE6FE; }
span { border-color: rgb(157,230,254); }
td.TdClassName
{
border-color: #9DE6FE;
}
.TagClassName
{
border-color: #9DE6FE;
}
</style>