Shades of Columbia Blue #95F0FF
Tints of Columbia Blue #95F0FF
RGB
CMYK
RGB Variations
Color information
#95F0FF (or 0x95F0FF) is known color: Columbia Blue. HEX triplet: 95, F0 and FF. RGB value is (149,240,255). Sum of RGB (Red+Green+Blue) = 149+240+255=644 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.14% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #95F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F0FF is #6A0F00. Grayscale: #D6D6D6. Windows color (decimal): -6950657 or 16773269. OLE color: 16773269.
HSL color Cylindrical-coordinate representation of color #95F0FF: hue angle of 188.49º 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 #95F0FF is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 240 | 255 | - |
| CMYK | 0.42 | 0.06 | 0 | 0 |
| HSL | 188.49º | 1% | 0.79% | - |
| HSV(B) | 188.49º | 0.42% | 1% | - |
| XYZ | 61.6 | 75.93 | 106.02 | - |
| YUV | 214.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 240 | 255 | 0.42 | 0.06 | 0 | 0 | 188.49 | 1 | 0.79 |
| Hex | 95 | F0 | FF | 2A | 6 | 0 | 0 | BC | 64 | 4F |
| Octal | 225 | 360 | 377 | 52 | 6 | 0 | 0 | 274 | 144 | 117 |
| Binary | 10010101 | 11110000 | 11111111 | 101010 | 110 | 0 | 0 | 10111100 | 1100100 | 1001111 |
Color Harmonies of #95F0FF
Complementary color
Monochromatic Colors of #95F0FF
Black with #95F0FF
Text Example
Text Example
White with #95F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F0FF; }
p { color: rgb(149,240,255); }
H1.HeaderClassName
{
color: #95F0FF;
}
.AnyTagClassName
{
color: #95F0FF;
}
</style>
background-color css
<style>
a { background-color: #95F0FF; }
a { background-color: rgb(149,240,255); }
div.DivClassName
{
background-color: #95F0FF;
}
.BgClassName
{
background-color: #95F0FF;
}
</style>
border-color css
<style>
span { border-color: #95F0FF; }
span { border-color: rgb(149,240,255); }
td.TdClassName
{
border-color: #95F0FF;
}
.TagClassName
{
border-color: #95F0FF;
}
</style>