Shades of Columbia Blue #95D5FB
Tints of Columbia Blue #95D5FB
RGB
CMYK
RGB Variations
Color information
#95D5FB (or 0x95D5FB) is known color: Columbia Blue. HEX triplet: 95, D5 and FB. RGB value is (149,213,251). Sum of RGB (Red+Green+Blue) = 149+213+251=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #95D5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D5FB is #6A2A04. Grayscale: #C5C5C5. Windows color (decimal): -6957573 or 16504213. OLE color: 16504213.
HSL color Cylindrical-coordinate representation of color #95D5FB: hue angle of 202.35º 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 #95D5FB is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 213 | 251 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.02 |
| HSL | 202.35º | 0.93% | 0.78% | - |
| HSV(B) | 202.35º | 0.41% | 0.98% | - |
| XYZ | 53.6 | 60.94 | 100.2 | - |
| YUV | 198.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 251 | 0.41 | 0.15 | 0 | 0.02 | 202.35 | 0.93 | 0.78 |
| Hex | 95 | D5 | FB | 29 | F | 0 | 2 | CA | 5D | 4E |
| Octal | 225 | 325 | 373 | 51 | 17 | 0 | 2 | 312 | 135 | 116 |
| Binary | 10010101 | 11010101 | 11111011 | 101001 | 1111 | 0 | 10 | 11001010 | 1011101 | 1001110 |
Color Harmonies of #95D5FB
Complementary color
Monochromatic Colors of #95D5FB
Black with #95D5FB
Text Example
Text Example
White with #95D5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D5FB; }
p { color: rgb(149,213,251); }
H1.HeaderClassName
{
color: #95D5FB;
}
.AnyTagClassName
{
color: #95D5FB;
}
</style>
background-color css
<style>
a { background-color: #95D5FB; }
a { background-color: rgb(149,213,251); }
div.DivClassName
{
background-color: #95D5FB;
}
.BgClassName
{
background-color: #95D5FB;
}
</style>
border-color css
<style>
span { border-color: #95D5FB; }
span { border-color: rgb(149,213,251); }
td.TdClassName
{
border-color: #95D5FB;
}
.TagClassName
{
border-color: #95D5FB;
}
</style>