Shades of Columbia Blue #95D6FA
Tints of Columbia Blue #95D6FA
RGB
CMYK
RGB Variations
Color information
#95D6FA (or 0x95D6FA) is known color: Columbia Blue. HEX triplet: 95, D6 and FA. RGB value is (149,214,250). Sum of RGB (Red+Green+Blue) = 149+214+250=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #95D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D6FA is #6A2905. Grayscale: #C6C6C6. Windows color (decimal): -6957318 or 16438933. OLE color: 16438933.
HSL color Cylindrical-coordinate representation of color #95D6FA: hue angle of 201.39º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95D6FA is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 214 | 250 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.02 |
| HSL | 201.39º | 0.91% | 0.78% | - |
| HSV(B) | 201.39º | 0.4% | 0.98% | - |
| XYZ | 53.7 | 61.38 | 99.46 | - |
| YUV | 198.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 250 | 0.40 | 0.14 | 0 | 0.02 | 201.39 | 0.91 | 0.78 |
| Hex | 95 | D6 | FA | 28 | E | 0 | 2 | C9 | 5B | 4E |
| Octal | 225 | 326 | 372 | 50 | 16 | 0 | 2 | 311 | 133 | 116 |
| Binary | 10010101 | 11010110 | 11111010 | 101000 | 1110 | 0 | 10 | 11001001 | 1011011 | 1001110 |
Color Harmonies of #95D6FA
Complementary color
Monochromatic Colors of #95D6FA
Black with #95D6FA
Text Example
Text Example
White with #95D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D6FA; }
p { color: rgb(149,214,250); }
H1.HeaderClassName
{
color: #95D6FA;
}
.AnyTagClassName
{
color: #95D6FA;
}
</style>
background-color css
<style>
a { background-color: #95D6FA; }
a { background-color: rgb(149,214,250); }
div.DivClassName
{
background-color: #95D6FA;
}
.BgClassName
{
background-color: #95D6FA;
}
</style>
border-color css
<style>
span { border-color: #95D6FA; }
span { border-color: rgb(149,214,250); }
td.TdClassName
{
border-color: #95D6FA;
}
.TagClassName
{
border-color: #95D6FA;
}
</style>