Shades of Columbia Blue #94D7F9
Tints of Columbia Blue #94D7F9
RGB
CMYK
RGB Variations
Color information
#94D7F9 (or 0x94D7F9) is known color: Columbia Blue. HEX triplet: 94, D7 and F9. RGB value is (148,215,249). Sum of RGB (Red+Green+Blue) = 148+215+249=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #94D7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D7F9 is #6B2806. Grayscale: #C6C6C6. Windows color (decimal): -7022599 or 16373652. OLE color: 16373652.
HSL color Cylindrical-coordinate representation of color #94D7F9: hue angle of 200.2º degrees, saturation: 0.89, 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 #94D7F9 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 215 | 249 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.02 |
| HSL | 200.2º | 0.89% | 0.78% | - |
| HSV(B) | 200.2º | 0.41% | 0.98% | - |
| XYZ | 53.61 | 61.74 | 98.71 | - |
| YUV | 198.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 249 | 0.41 | 0.14 | 0 | 0.02 | 200.2 | 0.89 | 0.78 |
| Hex | 94 | D7 | F9 | 29 | E | 0 | 2 | C8 | 59 | 4E |
| Octal | 224 | 327 | 371 | 51 | 16 | 0 | 2 | 310 | 131 | 116 |
| Binary | 10010100 | 11010111 | 11111001 | 101001 | 1110 | 0 | 10 | 11001000 | 1011001 | 1001110 |
Color Harmonies of #94D7F9
Complementary color
Monochromatic Colors of #94D7F9
Black with #94D7F9
Text Example
Text Example
White with #94D7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7F9; }
p { color: rgb(148,215,249); }
H1.HeaderClassName
{
color: #94D7F9;
}
.AnyTagClassName
{
color: #94D7F9;
}
</style>
background-color css
<style>
a { background-color: #94D7F9; }
a { background-color: rgb(148,215,249); }
div.DivClassName
{
background-color: #94D7F9;
}
.BgClassName
{
background-color: #94D7F9;
}
</style>
border-color css
<style>
span { border-color: #94D7F9; }
span { border-color: rgb(148,215,249); }
td.TdClassName
{
border-color: #94D7F9;
}
.TagClassName
{
border-color: #94D7F9;
}
</style>