Shades of Columbia Blue #95E2FF
Tints of Columbia Blue #95E2FF
RGB
CMYK
RGB Variations
Color information
#95E2FF (or 0x95E2FF) is known color: Columbia Blue. HEX triplet: 95, E2 and FF. RGB value is (149,226,255). Sum of RGB (Red+Green+Blue) = 149+226+255=630 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.65% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #95E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E2FF is #6A1D00. Grayscale: #CECECE. Windows color (decimal): -6954241 or 16769685. OLE color: 16769685.
HSL color Cylindrical-coordinate representation of color #95E2FF: hue angle of 196.42º 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 #95E2FF is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 226 | 255 | - |
| CMYK | 0.42 | 0.11 | 0 | 0 |
| HSL | 196.42º | 1% | 0.79% | - |
| HSV(B) | 196.42º | 0.42% | 1% | - |
| XYZ | 57.64 | 68 | 104.7 | - |
| YUV | 206.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 255 | 0.42 | 0.11 | 0 | 0 | 196.42 | 1 | 0.79 |
| Hex | 95 | E2 | FF | 2A | B | 0 | 0 | C4 | 64 | 4F |
| Octal | 225 | 342 | 377 | 52 | 13 | 0 | 0 | 304 | 144 | 117 |
| Binary | 10010101 | 11100010 | 11111111 | 101010 | 1011 | 0 | 0 | 11000100 | 1100100 | 1001111 |
Color Harmonies of #95E2FF
Complementary color
Monochromatic Colors of #95E2FF
Black with #95E2FF
Text Example
Text Example
White with #95E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E2FF; }
p { color: rgb(149,226,255); }
H1.HeaderClassName
{
color: #95E2FF;
}
.AnyTagClassName
{
color: #95E2FF;
}
</style>
background-color css
<style>
a { background-color: #95E2FF; }
a { background-color: rgb(149,226,255); }
div.DivClassName
{
background-color: #95E2FF;
}
.BgClassName
{
background-color: #95E2FF;
}
</style>
border-color css
<style>
span { border-color: #95E2FF; }
span { border-color: rgb(149,226,255); }
td.TdClassName
{
border-color: #95E2FF;
}
.TagClassName
{
border-color: #95E2FF;
}
</style>