Shades of Columbia Blue #94EFFE
Tints of Columbia Blue #94EFFE
RGB
CMYK
RGB Variations
Color information
#94EFFE (or 0x94EFFE) is known color: Columbia Blue. HEX triplet: 94, EF and FE. RGB value is (148,239,254). Sum of RGB (Red+Green+Blue) = 148+239+254=641 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.09% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #94EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EFFE is #6B1001. Grayscale: #D5D5D5. Windows color (decimal): -7016450 or 16707476. OLE color: 16707476.
HSL color Cylindrical-coordinate representation of color #94EFFE: hue angle of 188.49º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94EFFE is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 239 | 254 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.00 |
| HSL | 188.49º | 0.98% | 0.79% | - |
| HSV(B) | 188.49º | 0.42% | 1% | - |
| XYZ | 60.97 | 75.18 | 105.06 | - |
| YUV | 213.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 254 | 0.42 | 0.06 | 0 | 0.00 | 188.49 | 0.98 | 0.79 |
| Hex | 94 | EF | FE | 2A | 6 | 0 | 0 | BC | 62 | 4F |
| Octal | 224 | 357 | 376 | 52 | 6 | 0 | 0 | 274 | 142 | 117 |
| Binary | 10010100 | 11101111 | 11111110 | 101010 | 110 | 0 | 0 | 10111100 | 1100010 | 1001111 |
Color Harmonies of #94EFFE
Complementary color
Monochromatic Colors of #94EFFE
Black with #94EFFE
Text Example
Text Example
White with #94EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EFFE; }
p { color: rgb(148,239,254); }
H1.HeaderClassName
{
color: #94EFFE;
}
.AnyTagClassName
{
color: #94EFFE;
}
</style>
background-color css
<style>
a { background-color: #94EFFE; }
a { background-color: rgb(148,239,254); }
div.DivClassName
{
background-color: #94EFFE;
}
.BgClassName
{
background-color: #94EFFE;
}
</style>
border-color css
<style>
span { border-color: #94EFFE; }
span { border-color: rgb(148,239,254); }
td.TdClassName
{
border-color: #94EFFE;
}
.TagClassName
{
border-color: #94EFFE;
}
</style>