Shades of Columbia Blue #95E4F8
Tints of Columbia Blue #95E4F8
RGB
CMYK
RGB Variations
Color information
#95E4F8 (or 0x95E4F8) is known color: Columbia Blue. HEX triplet: 95, E4 and F8. RGB value is (149,228,248). Sum of RGB (Red+Green+Blue) = 149+228+248=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #95E4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E4F8 is #6A1B07. Grayscale: #CECECE. Windows color (decimal): -6953736 or 16311445. OLE color: 16311445.
HSL color Cylindrical-coordinate representation of color #95E4F8: hue angle of 192.12º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E4F8 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 228 | 248 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.03 |
| HSL | 192.12º | 0.88% | 0.78% | - |
| HSV(B) | 192.12º | 0.4% | 0.97% | - |
| XYZ | 57.08 | 68.65 | 99.05 | - |
| YUV | 206.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 248 | 0.40 | 0.08 | 0 | 0.03 | 192.12 | 0.88 | 0.78 |
| Hex | 95 | E4 | F8 | 28 | 8 | 0 | 3 | C0 | 58 | 4E |
| Octal | 225 | 344 | 370 | 50 | 10 | 0 | 3 | 300 | 130 | 116 |
| Binary | 10010101 | 11100100 | 11111000 | 101000 | 1000 | 0 | 11 | 11000000 | 1011000 | 1001110 |
Color Harmonies of #95E4F8
Complementary color
Monochromatic Colors of #95E4F8
Black with #95E4F8
Text Example
Text Example
White with #95E4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E4F8; }
p { color: rgb(149,228,248); }
H1.HeaderClassName
{
color: #95E4F8;
}
.AnyTagClassName
{
color: #95E4F8;
}
</style>
background-color css
<style>
a { background-color: #95E4F8; }
a { background-color: rgb(149,228,248); }
div.DivClassName
{
background-color: #95E4F8;
}
.BgClassName
{
background-color: #95E4F8;
}
</style>
border-color css
<style>
span { border-color: #95E4F8; }
span { border-color: rgb(149,228,248); }
td.TdClassName
{
border-color: #95E4F8;
}
.TagClassName
{
border-color: #95E4F8;
}
</style>