Shades of Columbia Blue #94E1FD
Tints of Columbia Blue #94E1FD
RGB
CMYK
RGB Variations
Color information
#94E1FD (or 0x94E1FD) is known color: Columbia Blue. HEX triplet: 94, E1 and FD. RGB value is (148,225,253). Sum of RGB (Red+Green+Blue) = 148+225+253=626 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.64% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #94E1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E1FD is #6B1E02. Grayscale: #CCCCCC. Windows color (decimal): -7020035 or 16638356. OLE color: 16638356.
HSL color Cylindrical-coordinate representation of color #94E1FD: hue angle of 196º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94E1FD is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 225 | 253 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.01 |
| HSL | 196º | 0.96% | 0.79% | - |
| HSV(B) | 196º | 0.42% | 0.99% | - |
| XYZ | 56.87 | 67.24 | 102.91 | - |
| YUV | 205.17 | 154.99 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 253 | 0.42 | 0.11 | 0 | 0.01 | 196 | 0.96 | 0.79 |
| Hex | 94 | E1 | FD | 2A | B | 0 | 1 | C4 | 60 | 4F |
| Octal | 224 | 341 | 375 | 52 | 13 | 0 | 1 | 304 | 140 | 117 |
| Binary | 10010100 | 11100001 | 11111101 | 101010 | 1011 | 0 | 1 | 11000100 | 1100000 | 1001111 |
Color Harmonies of #94E1FD
Complementary color
Monochromatic Colors of #94E1FD
Black with #94E1FD
Text Example
Text Example
White with #94E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E1FD; }
p { color: rgb(148,225,253); }
H1.HeaderClassName
{
color: #94E1FD;
}
.AnyTagClassName
{
color: #94E1FD;
}
</style>
background-color css
<style>
a { background-color: #94E1FD; }
a { background-color: rgb(148,225,253); }
div.DivClassName
{
background-color: #94E1FD;
}
.BgClassName
{
background-color: #94E1FD;
}
</style>
border-color css
<style>
span { border-color: #94E1FD; }
span { border-color: rgb(148,225,253); }
td.TdClassName
{
border-color: #94E1FD;
}
.TagClassName
{
border-color: #94E1FD;
}
</style>