Shades of Columbia Blue #94EEFF
Tints of Columbia Blue #94EEFF
RGB
CMYK
RGB Variations
Color information
#94EEFF (or 0x94EEFF) is known color: Columbia Blue. HEX triplet: 94, EE and FF. RGB value is (148,238,255). Sum of RGB (Red+Green+Blue) = 148+238+255=641 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.09% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #94EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EEFF is #6B1100. Grayscale: #D4D4D4. Windows color (decimal): -7016705 or 16772756. OLE color: 16772756.
HSL color Cylindrical-coordinate representation of color #94EEFF: hue angle of 189.53º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94EEFF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 238 | 255 | - |
| CMYK | 0.42 | 0.07 | 0 | 0 |
| HSL | 189.53º | 1% | 0.79% | - |
| HSV(B) | 189.53º | 0.42% | 1% | - |
| XYZ | 60.84 | 74.66 | 105.81 | - |
| YUV | 213.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 255 | 0.42 | 0.07 | 0 | 0 | 189.53 | 1 | 0.79 |
| Hex | 94 | EE | FF | 2A | 7 | 0 | 0 | BE | 64 | 4F |
| Octal | 224 | 356 | 377 | 52 | 7 | 0 | 0 | 276 | 144 | 117 |
| Binary | 10010100 | 11101110 | 11111111 | 101010 | 111 | 0 | 0 | 10111110 | 1100100 | 1001111 |
Color Harmonies of #94EEFF
Complementary color
Monochromatic Colors of #94EEFF
Black with #94EEFF
Text Example
Text Example
White with #94EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EEFF; }
p { color: rgb(148,238,255); }
H1.HeaderClassName
{
color: #94EEFF;
}
.AnyTagClassName
{
color: #94EEFF;
}
</style>
background-color css
<style>
a { background-color: #94EEFF; }
a { background-color: rgb(148,238,255); }
div.DivClassName
{
background-color: #94EEFF;
}
.BgClassName
{
background-color: #94EEFF;
}
</style>
border-color css
<style>
span { border-color: #94EEFF; }
span { border-color: rgb(148,238,255); }
td.TdClassName
{
border-color: #94EEFF;
}
.TagClassName
{
border-color: #94EEFF;
}
</style>