Shades of Columbia Blue #95D3FB
Tints of Columbia Blue #95D3FB
RGB
CMYK
RGB Variations
Color information
#95D3FB (or 0x95D3FB) is known color: Columbia Blue. HEX triplet: 95, D3 and FB. RGB value is (149,211,251). Sum of RGB (Red+Green+Blue) = 149+211+251=611 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.39% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #95D3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D3FB is #6A2C04. Grayscale: #C4C4C4. Windows color (decimal): -6958085 or 16503701. OLE color: 16503701.
HSL color Cylindrical-coordinate representation of color #95D3FB: hue angle of 203.53º 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 #95D3FB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 211 | 251 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.02 |
| HSL | 203.53º | 0.93% | 0.78% | - |
| HSV(B) | 203.53º | 0.41% | 0.98% | - |
| XYZ | 53.1 | 59.94 | 100.04 | - |
| YUV | 197.02 | 158.46 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 251 | 0.41 | 0.16 | 0 | 0.02 | 203.53 | 0.93 | 0.78 |
| Hex | 95 | D3 | FB | 29 | 10 | 0 | 2 | CC | 5D | 4E |
| Octal | 225 | 323 | 373 | 51 | 20 | 0 | 2 | 314 | 135 | 116 |
| Binary | 10010101 | 11010011 | 11111011 | 101001 | 10000 | 0 | 10 | 11001100 | 1011101 | 1001110 |
Color Harmonies of #95D3FB
Complementary color
Monochromatic Colors of #95D3FB
Black with #95D3FB
Text Example
Text Example
White with #95D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3FB; }
p { color: rgb(149,211,251); }
H1.HeaderClassName
{
color: #95D3FB;
}
.AnyTagClassName
{
color: #95D3FB;
}
</style>
background-color css
<style>
a { background-color: #95D3FB; }
a { background-color: rgb(149,211,251); }
div.DivClassName
{
background-color: #95D3FB;
}
.BgClassName
{
background-color: #95D3FB;
}
</style>
border-color css
<style>
span { border-color: #95D3FB; }
span { border-color: rgb(149,211,251); }
td.TdClassName
{
border-color: #95D3FB;
}
.TagClassName
{
border-color: #95D3FB;
}
</style>