Shades of Columbia Blue #95E3FA
Tints of Columbia Blue #95E3FA
RGB
CMYK
RGB Variations
Color information
#95E3FA (or 0x95E3FA) is known color: Columbia Blue. HEX triplet: 95, E3 and FA. RGB value is (149,227,250). Sum of RGB (Red+Green+Blue) = 149+227+250=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #95E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E3FA is #6A1C05. Grayscale: #CECECE. Windows color (decimal): -6953990 or 16442261. OLE color: 16442261.
HSL color Cylindrical-coordinate representation of color #95E3FA: hue angle of 193.66º 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 #95E3FA is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 227 | 250 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.02 |
| HSL | 193.66º | 0.91% | 0.78% | - |
| HSV(B) | 193.66º | 0.4% | 0.98% | - |
| XYZ | 57.12 | 68.23 | 100.6 | - |
| YUV | 206.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 250 | 0.40 | 0.09 | 0 | 0.02 | 193.66 | 0.91 | 0.78 |
| Hex | 95 | E3 | FA | 28 | 9 | 0 | 2 | C2 | 5B | 4E |
| Octal | 225 | 343 | 372 | 50 | 11 | 0 | 2 | 302 | 133 | 116 |
| Binary | 10010101 | 11100011 | 11111010 | 101000 | 1001 | 0 | 10 | 11000010 | 1011011 | 1001110 |
Color Harmonies of #95E3FA
Complementary color
Monochromatic Colors of #95E3FA
Black with #95E3FA
Text Example
Text Example
White with #95E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E3FA; }
p { color: rgb(149,227,250); }
H1.HeaderClassName
{
color: #95E3FA;
}
.AnyTagClassName
{
color: #95E3FA;
}
</style>
background-color css
<style>
a { background-color: #95E3FA; }
a { background-color: rgb(149,227,250); }
div.DivClassName
{
background-color: #95E3FA;
}
.BgClassName
{
background-color: #95E3FA;
}
</style>
border-color css
<style>
span { border-color: #95E3FA; }
span { border-color: rgb(149,227,250); }
td.TdClassName
{
border-color: #95E3FA;
}
.TagClassName
{
border-color: #95E3FA;
}
</style>