Shades of Columbia Blue #94E7FB
Tints of Columbia Blue #94E7FB
RGB
CMYK
RGB Variations
Color information
#94E7FB (or 0x94E7FB) is known color: Columbia Blue. HEX triplet: 94, E7 and FB. RGB value is (148,231,251). Sum of RGB (Red+Green+Blue) = 148+231+251=630 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.49% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #94E7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E7FB is #6B1804. Grayscale: #D0D0D0. Windows color (decimal): -7018501 or 16508820. OLE color: 16508820.
HSL color Cylindrical-coordinate representation of color #94E7FB: hue angle of 191.65º 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 #94E7FB is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 231 | 251 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.02 |
| HSL | 191.65º | 0.93% | 0.78% | - |
| HSV(B) | 191.65º | 0.41% | 0.98% | - |
| XYZ | 58.2 | 70.41 | 101.79 | - |
| YUV | 208.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 231 | 251 | 0.41 | 0.08 | 0 | 0.02 | 191.65 | 0.93 | 0.78 |
| Hex | 94 | E7 | FB | 29 | 8 | 0 | 2 | C0 | 5D | 4E |
| Octal | 224 | 347 | 373 | 51 | 10 | 0 | 2 | 300 | 135 | 116 |
| Binary | 10010100 | 11100111 | 11111011 | 101001 | 1000 | 0 | 10 | 11000000 | 1011101 | 1001110 |
Color Harmonies of #94E7FB
Complementary color
Monochromatic Colors of #94E7FB
Black with #94E7FB
Text Example
Text Example
White with #94E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E7FB; }
p { color: rgb(148,231,251); }
H1.HeaderClassName
{
color: #94E7FB;
}
.AnyTagClassName
{
color: #94E7FB;
}
</style>
background-color css
<style>
a { background-color: #94E7FB; }
a { background-color: rgb(148,231,251); }
div.DivClassName
{
background-color: #94E7FB;
}
.BgClassName
{
background-color: #94E7FB;
}
</style>
border-color css
<style>
span { border-color: #94E7FB; }
span { border-color: rgb(148,231,251); }
td.TdClassName
{
border-color: #94E7FB;
}
.TagClassName
{
border-color: #94E7FB;
}
</style>