Shades of Columbia Blue #95D1FF
Tints of Columbia Blue #95D1FF
RGB
CMYK
RGB Variations
Color information
#95D1FF (or 0x95D1FF) is known color: Columbia Blue. HEX triplet: 95, D1 and FF. RGB value is (149,209,255). Sum of RGB (Red+Green+Blue) = 149+209+255=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #95D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D1FF is #6A2E00. Grayscale: #C4C4C4. Windows color (decimal): -6958593 or 16765333. OLE color: 16765333.
HSL color Cylindrical-coordinate representation of color #95D1FF: hue angle of 206.04º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95D1FF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 209 | 255 | - |
| CMYK | 0.42 | 0.18 | 0 | 0 |
| HSL | 206.04º | 1% | 0.79% | - |
| HSV(B) | 206.04º | 0.42% | 1% | - |
| XYZ | 53.24 | 59.21 | 103.23 | - |
| YUV | 196.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 209 | 255 | 0.42 | 0.18 | 0 | 0 | 206.04 | 1 | 0.79 |
| Hex | 95 | D1 | FF | 2A | 12 | 0 | 0 | CE | 64 | 4F |
| Octal | 225 | 321 | 377 | 52 | 22 | 0 | 0 | 316 | 144 | 117 |
| Binary | 10010101 | 11010001 | 11111111 | 101010 | 10010 | 0 | 0 | 11001110 | 1100100 | 1001111 |
Color Harmonies of #95D1FF
Complementary color
Monochromatic Colors of #95D1FF
Black with #95D1FF
Text Example
Text Example
White with #95D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D1FF; }
p { color: rgb(149,209,255); }
H1.HeaderClassName
{
color: #95D1FF;
}
.AnyTagClassName
{
color: #95D1FF;
}
</style>
background-color css
<style>
a { background-color: #95D1FF; }
a { background-color: rgb(149,209,255); }
div.DivClassName
{
background-color: #95D1FF;
}
.BgClassName
{
background-color: #95D1FF;
}
</style>
border-color css
<style>
span { border-color: #95D1FF; }
span { border-color: rgb(149,209,255); }
td.TdClassName
{
border-color: #95D1FF;
}
.TagClassName
{
border-color: #95D1FF;
}
</style>