Shades of Columbia Blue #95E9FB
Tints of Columbia Blue #95E9FB
RGB
CMYK
RGB Variations
Color information
#95E9FB (or 0x95E9FB) is known color: Columbia Blue. HEX triplet: 95, E9 and FB. RGB value is (149,233,251). Sum of RGB (Red+Green+Blue) = 149+233+251=633 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.54% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #95E9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E9FB is #6A1604. Grayscale: #D1D1D1. Windows color (decimal): -6952453 or 16509333. OLE color: 16509333.
HSL color Cylindrical-coordinate representation of color #95E9FB: hue angle of 190.59º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E9FB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 233 | 251 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.02 |
| HSL | 190.59º | 0.93% | 0.78% | - |
| HSV(B) | 190.59º | 0.41% | 0.98% | - |
| XYZ | 58.95 | 71.63 | 101.99 | - |
| YUV | 209.94 | 151.17 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 251 | 0.41 | 0.07 | 0 | 0.02 | 190.59 | 0.93 | 0.78 |
| Hex | 95 | E9 | FB | 29 | 7 | 0 | 2 | BF | 5D | 4E |
| Octal | 225 | 351 | 373 | 51 | 7 | 0 | 2 | 277 | 135 | 116 |
| Binary | 10010101 | 11101001 | 11111011 | 101001 | 111 | 0 | 10 | 10111111 | 1011101 | 1001110 |
Color Harmonies of #95E9FB
Complementary color
Monochromatic Colors of #95E9FB
Black with #95E9FB
Text Example
Text Example
White with #95E9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E9FB; }
p { color: rgb(149,233,251); }
H1.HeaderClassName
{
color: #95E9FB;
}
.AnyTagClassName
{
color: #95E9FB;
}
</style>
background-color css
<style>
a { background-color: #95E9FB; }
a { background-color: rgb(149,233,251); }
div.DivClassName
{
background-color: #95E9FB;
}
.BgClassName
{
background-color: #95E9FB;
}
</style>
border-color css
<style>
span { border-color: #95E9FB; }
span { border-color: rgb(149,233,251); }
td.TdClassName
{
border-color: #95E9FB;
}
.TagClassName
{
border-color: #95E9FB;
}
</style>