Shades of Columbia Blue #95E7FE
Tints of Columbia Blue #95E7FE
RGB
CMYK
RGB Variations
Color information
#95E7FE (or 0x95E7FE) is known color: Columbia Blue. HEX triplet: 95, E7 and FE. RGB value is (149,231,254). Sum of RGB (Red+Green+Blue) = 149+231+254=634 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.50% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #95E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E7FE is #6A1801. Grayscale: #D0D0D0. Windows color (decimal): -6952962 or 16705429. OLE color: 16705429.
HSL color Cylindrical-coordinate representation of color #95E7FE: hue angle of 193.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E7FE is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 231 | 254 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.00 |
| HSL | 193.14º | 0.98% | 0.79% | - |
| HSV(B) | 193.14º | 0.41% | 1% | - |
| XYZ | 58.86 | 70.7 | 104.31 | - |
| YUV | 209.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 231 | 254 | 0.41 | 0.09 | 0 | 0.00 | 193.14 | 0.98 | 0.79 |
| Hex | 95 | E7 | FE | 29 | 9 | 0 | 0 | C1 | 62 | 4F |
| Octal | 225 | 347 | 376 | 51 | 11 | 0 | 0 | 301 | 142 | 117 |
| Binary | 10010101 | 11100111 | 11111110 | 101001 | 1001 | 0 | 0 | 11000001 | 1100010 | 1001111 |
Color Harmonies of #95E7FE
Complementary color
Monochromatic Colors of #95E7FE
Black with #95E7FE
Text Example
Text Example
White with #95E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E7FE; }
p { color: rgb(149,231,254); }
H1.HeaderClassName
{
color: #95E7FE;
}
.AnyTagClassName
{
color: #95E7FE;
}
</style>
background-color css
<style>
a { background-color: #95E7FE; }
a { background-color: rgb(149,231,254); }
div.DivClassName
{
background-color: #95E7FE;
}
.BgClassName
{
background-color: #95E7FE;
}
</style>
border-color css
<style>
span { border-color: #95E7FE; }
span { border-color: rgb(149,231,254); }
td.TdClassName
{
border-color: #95E7FE;
}
.TagClassName
{
border-color: #95E7FE;
}
</style>