Shades of Columbia Blue #95E2FA
Tints of Columbia Blue #95E2FA
RGB
CMYK
RGB Variations
Color information
#95E2FA (or 0x95E2FA) is known color: Columbia Blue. HEX triplet: 95, E2 and FA. RGB value is (149,226,250). Sum of RGB (Red+Green+Blue) = 149+226+250=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #95E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E2FA is #6A1D05. Grayscale: #CDCDCD. Windows color (decimal): -6954246 or 16442005. OLE color: 16442005.
HSL color Cylindrical-coordinate representation of color #95E2FA: hue angle of 194.26º 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 #95E2FA is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 226 | 250 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.02 |
| HSL | 194.26º | 0.91% | 0.78% | - |
| HSV(B) | 194.26º | 0.4% | 0.98% | - |
| XYZ | 56.85 | 67.68 | 100.51 | - |
| YUV | 205.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 250 | 0.40 | 0.10 | 0 | 0.02 | 194.26 | 0.91 | 0.78 |
| Hex | 95 | E2 | FA | 28 | A | 0 | 2 | C2 | 5B | 4E |
| Octal | 225 | 342 | 372 | 50 | 12 | 0 | 2 | 302 | 133 | 116 |
| Binary | 10010101 | 11100010 | 11111010 | 101000 | 1010 | 0 | 10 | 11000010 | 1011011 | 1001110 |
Color Harmonies of #95E2FA
Complementary color
Monochromatic Colors of #95E2FA
Black with #95E2FA
Text Example
Text Example
White with #95E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E2FA; }
p { color: rgb(149,226,250); }
H1.HeaderClassName
{
color: #95E2FA;
}
.AnyTagClassName
{
color: #95E2FA;
}
</style>
background-color css
<style>
a { background-color: #95E2FA; }
a { background-color: rgb(149,226,250); }
div.DivClassName
{
background-color: #95E2FA;
}
.BgClassName
{
background-color: #95E2FA;
}
</style>
border-color css
<style>
span { border-color: #95E2FA; }
span { border-color: rgb(149,226,250); }
td.TdClassName
{
border-color: #95E2FA;
}
.TagClassName
{
border-color: #95E2FA;
}
</style>