Shades of Columbia Blue #94E0FD
Tints of Columbia Blue #94E0FD
RGB
CMYK
RGB Variations
Color information
#94E0FD (or 0x94E0FD) is known color: Columbia Blue. HEX triplet: 94, E0 and FD. RGB value is (148,224,253). Sum of RGB (Red+Green+Blue) = 148+224+253=625 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.68% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #94E0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E0FD is #6B1F02. Grayscale: #CCCCCC. Windows color (decimal): -7020291 or 16638100. OLE color: 16638100.
HSL color Cylindrical-coordinate representation of color #94E0FD: hue angle of 196.57º 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 #94E0FD is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 224 | 253 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.01 |
| HSL | 196.57º | 0.96% | 0.79% | - |
| HSV(B) | 196.57º | 0.42% | 0.99% | - |
| XYZ | 56.6 | 66.7 | 102.82 | - |
| YUV | 204.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 253 | 0.42 | 0.11 | 0 | 0.01 | 196.57 | 0.96 | 0.79 |
| Hex | 94 | E0 | FD | 2A | B | 0 | 1 | C5 | 60 | 4F |
| Octal | 224 | 340 | 375 | 52 | 13 | 0 | 1 | 305 | 140 | 117 |
| Binary | 10010100 | 11100000 | 11111101 | 101010 | 1011 | 0 | 1 | 11000101 | 1100000 | 1001111 |
Color Harmonies of #94E0FD
Complementary color
Monochromatic Colors of #94E0FD
Black with #94E0FD
Text Example
Text Example
White with #94E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E0FD; }
p { color: rgb(148,224,253); }
H1.HeaderClassName
{
color: #94E0FD;
}
.AnyTagClassName
{
color: #94E0FD;
}
</style>
background-color css
<style>
a { background-color: #94E0FD; }
a { background-color: rgb(148,224,253); }
div.DivClassName
{
background-color: #94E0FD;
}
.BgClassName
{
background-color: #94E0FD;
}
</style>
border-color css
<style>
span { border-color: #94E0FD; }
span { border-color: rgb(148,224,253); }
td.TdClassName
{
border-color: #94E0FD;
}
.TagClassName
{
border-color: #94E0FD;
}
</style>