Shades of Columbia Blue #94D7F4
Tints of Columbia Blue #94D7F4
RGB
CMYK
RGB Variations
Color information
#94D7F4 (or 0x94D7F4) is known color: Columbia Blue. HEX triplet: 94, D7 and F4. RGB value is (148,215,244). Sum of RGB (Red+Green+Blue) = 148+215+244=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #94D7F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D7F4 is #6B280B. Grayscale: #C6C6C6. Windows color (decimal): -7022604 or 16045972. OLE color: 16045972.
HSL color Cylindrical-coordinate representation of color #94D7F4: hue angle of 198.12º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94D7F4 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 215 | 244 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.04 |
| HSL | 198.13º | 0.81% | 0.77% | - |
| HSV(B) | 198.13º | 0.39% | 0.96% | - |
| XYZ | 52.84 | 61.43 | 94.66 | - |
| YUV | 198.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 244 | 0.39 | 0.12 | 0 | 0.04 | 198.13 | 0.81 | 0.77 |
| Hex | 94 | D7 | F4 | 27 | C | 0 | 4 | C6 | 51 | 4D |
| Octal | 224 | 327 | 364 | 47 | 14 | 0 | 4 | 306 | 121 | 115 |
| Binary | 10010100 | 11010111 | 11110100 | 100111 | 1100 | 0 | 100 | 11000110 | 1010001 | 1001101 |
Color Harmonies of #94D7F4
Complementary color
Monochromatic Colors of #94D7F4
Black with #94D7F4
Text Example
Text Example
White with #94D7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7F4; }
p { color: rgb(148,215,244); }
H1.HeaderClassName
{
color: #94D7F4;
}
.AnyTagClassName
{
color: #94D7F4;
}
</style>
background-color css
<style>
a { background-color: #94D7F4; }
a { background-color: rgb(148,215,244); }
div.DivClassName
{
background-color: #94D7F4;
}
.BgClassName
{
background-color: #94D7F4;
}
</style>
border-color css
<style>
span { border-color: #94D7F4; }
span { border-color: rgb(148,215,244); }
td.TdClassName
{
border-color: #94D7F4;
}
.TagClassName
{
border-color: #94D7F4;
}
</style>