Shades of Columbia Blue #94E4FB
Tints of Columbia Blue #94E4FB
RGB
CMYK
RGB Variations
Color information
#94E4FB (or 0x94E4FB) is known color: Columbia Blue. HEX triplet: 94, E4 and FB. RGB value is (148,228,251). Sum of RGB (Red+Green+Blue) = 148+228+251=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #94E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E4FB is #6B1B04. Grayscale: #CECECE. Windows color (decimal): -7019269 or 16508052. OLE color: 16508052.
HSL color Cylindrical-coordinate representation of color #94E4FB: hue angle of 193.4º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94E4FB is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 228 | 251 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.02 |
| HSL | 193.4º | 0.93% | 0.78% | - |
| HSV(B) | 193.4º | 0.41% | 0.98% | - |
| XYZ | 57.37 | 68.75 | 101.51 | - |
| YUV | 206.7 | 153 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 251 | 0.41 | 0.09 | 0 | 0.02 | 193.4 | 0.93 | 0.78 |
| Hex | 94 | E4 | FB | 29 | 9 | 0 | 2 | C1 | 5D | 4E |
| Octal | 224 | 344 | 373 | 51 | 11 | 0 | 2 | 301 | 135 | 116 |
| Binary | 10010100 | 11100100 | 11111011 | 101001 | 1001 | 0 | 10 | 11000001 | 1011101 | 1001110 |
Color Harmonies of #94E4FB
Complementary color
Monochromatic Colors of #94E4FB
Black with #94E4FB
Text Example
Text Example
White with #94E4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E4FB; }
p { color: rgb(148,228,251); }
H1.HeaderClassName
{
color: #94E4FB;
}
.AnyTagClassName
{
color: #94E4FB;
}
</style>
background-color css
<style>
a { background-color: #94E4FB; }
a { background-color: rgb(148,228,251); }
div.DivClassName
{
background-color: #94E4FB;
}
.BgClassName
{
background-color: #94E4FB;
}
</style>
border-color css
<style>
span { border-color: #94E4FB; }
span { border-color: rgb(148,228,251); }
td.TdClassName
{
border-color: #94E4FB;
}
.TagClassName
{
border-color: #94E4FB;
}
</style>