Shades of Columbia Blue #95E0FE
Tints of Columbia Blue #95E0FE
RGB
CMYK
RGB Variations
Color information
#95E0FE (or 0x95E0FE) is known color: Columbia Blue. HEX triplet: 95, E0 and FE. RGB value is (149,224,254). Sum of RGB (Red+Green+Blue) = 149+224+254=627 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.76% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #95E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E0FE is #6A1F01. Grayscale: #CCCCCC. Windows color (decimal): -6954754 or 16703637. OLE color: 16703637.
HSL color Cylindrical-coordinate representation of color #95E0FE: hue angle of 197.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E0FE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 224 | 254 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.00 |
| HSL | 197.14º | 0.98% | 0.79% | - |
| HSV(B) | 197.14º | 0.41% | 1% | - |
| XYZ | 56.94 | 66.86 | 103.67 | - |
| YUV | 205 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 254 | 0.41 | 0.12 | 0 | 0.00 | 197.14 | 0.98 | 0.79 |
| Hex | 95 | E0 | FE | 29 | C | 0 | 0 | C5 | 62 | 4F |
| Octal | 225 | 340 | 376 | 51 | 14 | 0 | 0 | 305 | 142 | 117 |
| Binary | 10010101 | 11100000 | 11111110 | 101001 | 1100 | 0 | 0 | 11000101 | 1100010 | 1001111 |
Color Harmonies of #95E0FE
Complementary color
Monochromatic Colors of #95E0FE
Black with #95E0FE
Text Example
Text Example
White with #95E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E0FE; }
p { color: rgb(149,224,254); }
H1.HeaderClassName
{
color: #95E0FE;
}
.AnyTagClassName
{
color: #95E0FE;
}
</style>
background-color css
<style>
a { background-color: #95E0FE; }
a { background-color: rgb(149,224,254); }
div.DivClassName
{
background-color: #95E0FE;
}
.BgClassName
{
background-color: #95E0FE;
}
</style>
border-color css
<style>
span { border-color: #95E0FE; }
span { border-color: rgb(149,224,254); }
td.TdClassName
{
border-color: #95E0FE;
}
.TagClassName
{
border-color: #95E0FE;
}
</style>