Shades of Columbia Blue #9DE1F8
Tints of Columbia Blue #9DE1F8
RGB
CMYK
RGB Variations
Color information
#9DE1F8 (or 0x9DE1F8) is known color: Columbia Blue. HEX triplet: 9D, E1 and F8. RGB value is (157,225,248). Sum of RGB (Red+Green+Blue) = 157+225+248=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DE1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE1F8 is #621E07. Grayscale: #CFCFCF. Windows color (decimal): -6430216 or 16310685. OLE color: 16310685.
HSL color Cylindrical-coordinate representation of color #9DE1F8: hue angle of 195.16º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DE1F8 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 225 | 248 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.03 |
| HSL | 195.16º | 0.87% | 0.79% | - |
| HSV(B) | 195.16º | 0.37% | 0.97% | - |
| XYZ | 57.77 | 67.8 | 98.85 | - |
| YUV | 207.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 248 | 0.37 | 0.09 | 0 | 0.03 | 195.16 | 0.87 | 0.79 |
| Hex | 9D | E1 | F8 | 25 | 9 | 0 | 3 | C3 | 57 | 4F |
| Octal | 235 | 341 | 370 | 45 | 11 | 0 | 3 | 303 | 127 | 117 |
| Binary | 10011101 | 11100001 | 11111000 | 100101 | 1001 | 0 | 11 | 11000011 | 1010111 | 1001111 |
Color Harmonies of #9DE1F8
Complementary color
Monochromatic Colors of #9DE1F8
Black with #9DE1F8
Text Example
Text Example
White with #9DE1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE1F8; }
p { color: rgb(157,225,248); }
H1.HeaderClassName
{
color: #9DE1F8;
}
.AnyTagClassName
{
color: #9DE1F8;
}
</style>
background-color css
<style>
a { background-color: #9DE1F8; }
a { background-color: rgb(157,225,248); }
div.DivClassName
{
background-color: #9DE1F8;
}
.BgClassName
{
background-color: #9DE1F8;
}
</style>
border-color css
<style>
span { border-color: #9DE1F8; }
span { border-color: rgb(157,225,248); }
td.TdClassName
{
border-color: #9DE1F8;
}
.TagClassName
{
border-color: #9DE1F8;
}
</style>