Shades of Columbia Blue #95E9FC
Tints of Columbia Blue #95E9FC
RGB
CMYK
RGB Variations
Color information
#95E9FC (or 0x95E9FC) is known color: Columbia Blue. HEX triplet: 95, E9 and FC. RGB value is (149,233,252). Sum of RGB (Red+Green+Blue) = 149+233+252=634 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.50% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #95E9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E9FC is #6A1603. Grayscale: #D1D1D1. Windows color (decimal): -6952452 or 16574869. OLE color: 16574869.
HSL color Cylindrical-coordinate representation of color #95E9FC: hue angle of 191.07º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E9FC is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 233 | 252 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.01 |
| HSL | 191.07º | 0.94% | 0.79% | - |
| HSV(B) | 191.07º | 0.41% | 0.99% | - |
| XYZ | 59.1 | 71.7 | 102.82 | - |
| YUV | 210.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 252 | 0.41 | 0.08 | 0 | 0.01 | 191.07 | 0.94 | 0.79 |
| Hex | 95 | E9 | FC | 29 | 8 | 0 | 1 | BF | 5E | 4F |
| Octal | 225 | 351 | 374 | 51 | 10 | 0 | 1 | 277 | 136 | 117 |
| Binary | 10010101 | 11101001 | 11111100 | 101001 | 1000 | 0 | 1 | 10111111 | 1011110 | 1001111 |
Color Harmonies of #95E9FC
Complementary color
Monochromatic Colors of #95E9FC
Black with #95E9FC
Text Example
Text Example
White with #95E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E9FC; }
p { color: rgb(149,233,252); }
H1.HeaderClassName
{
color: #95E9FC;
}
.AnyTagClassName
{
color: #95E9FC;
}
</style>
background-color css
<style>
a { background-color: #95E9FC; }
a { background-color: rgb(149,233,252); }
div.DivClassName
{
background-color: #95E9FC;
}
.BgClassName
{
background-color: #95E9FC;
}
</style>
border-color css
<style>
span { border-color: #95E9FC; }
span { border-color: rgb(149,233,252); }
td.TdClassName
{
border-color: #95E9FC;
}
.TagClassName
{
border-color: #95E9FC;
}
</style>