Shades of Columbia Blue #95D6F6
Tints of Columbia Blue #95D6F6
RGB
CMYK
RGB Variations
Color information
#95D6F6 (or 0x95D6F6) is known color: Columbia Blue. HEX triplet: 95, D6 and F6. RGB value is (149,214,246). Sum of RGB (Red+Green+Blue) = 149+214+246=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #95D6F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D6F6 is #6A2909. Grayscale: #C6C6C6. Windows color (decimal): -6957322 or 16176789. OLE color: 16176789.
HSL color Cylindrical-coordinate representation of color #95D6F6: hue angle of 199.79º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95D6F6 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 214 | 246 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.04 |
| HSL | 199.79º | 0.84% | 0.77% | - |
| HSV(B) | 199.79º | 0.39% | 0.96% | - |
| XYZ | 53.08 | 61.14 | 96.19 | - |
| YUV | 198.21 | 154.97 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 246 | 0.39 | 0.13 | 0 | 0.04 | 199.79 | 0.84 | 0.77 |
| Hex | 95 | D6 | F6 | 27 | D | 0 | 4 | C8 | 54 | 4D |
| Octal | 225 | 326 | 366 | 47 | 15 | 0 | 4 | 310 | 124 | 115 |
| Binary | 10010101 | 11010110 | 11110110 | 100111 | 1101 | 0 | 100 | 11001000 | 1010100 | 1001101 |
Color Harmonies of #95D6F6
Complementary color
Monochromatic Colors of #95D6F6
Black with #95D6F6
Text Example
Text Example
White with #95D6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D6F6; }
p { color: rgb(149,214,246); }
H1.HeaderClassName
{
color: #95D6F6;
}
.AnyTagClassName
{
color: #95D6F6;
}
</style>
background-color css
<style>
a { background-color: #95D6F6; }
a { background-color: rgb(149,214,246); }
div.DivClassName
{
background-color: #95D6F6;
}
.BgClassName
{
background-color: #95D6F6;
}
</style>
border-color css
<style>
span { border-color: #95D6F6; }
span { border-color: rgb(149,214,246); }
td.TdClassName
{
border-color: #95D6F6;
}
.TagClassName
{
border-color: #95D6F6;
}
</style>