Shades of Columbia Blue #94DCFE
Tints of Columbia Blue #94DCFE
RGB
CMYK
RGB Variations
Color information
#94DCFE (or 0x94DCFE) is known color: Columbia Blue. HEX triplet: 94, DC and FE. RGB value is (148,220,254). Sum of RGB (Red+Green+Blue) = 148+220+254=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #94DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCFE is #6B2301. Grayscale: #CACACA. Windows color (decimal): -7021314 or 16702612. OLE color: 16702612.
HSL color Cylindrical-coordinate representation of color #94DCFE: hue angle of 199.25º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94DCFE is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 220 | 254 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.00 |
| HSL | 199.25º | 0.98% | 0.79% | - |
| HSV(B) | 199.25º | 0.42% | 1% | - |
| XYZ | 55.7 | 64.64 | 103.31 | - |
| YUV | 202.35 | 157.15 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 254 | 0.42 | 0.13 | 0 | 0.00 | 199.25 | 0.98 | 0.79 |
| Hex | 94 | DC | FE | 2A | D | 0 | 0 | C7 | 62 | 4F |
| Octal | 224 | 334 | 376 | 52 | 15 | 0 | 0 | 307 | 142 | 117 |
| Binary | 10010100 | 11011100 | 11111110 | 101010 | 1101 | 0 | 0 | 11000111 | 1100010 | 1001111 |
Color Harmonies of #94DCFE
Complementary color
Monochromatic Colors of #94DCFE
Black with #94DCFE
Text Example
Text Example
White with #94DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCFE; }
p { color: rgb(148,220,254); }
H1.HeaderClassName
{
color: #94DCFE;
}
.AnyTagClassName
{
color: #94DCFE;
}
</style>
background-color css
<style>
a { background-color: #94DCFE; }
a { background-color: rgb(148,220,254); }
div.DivClassName
{
background-color: #94DCFE;
}
.BgClassName
{
background-color: #94DCFE;
}
</style>
border-color css
<style>
span { border-color: #94DCFE; }
span { border-color: rgb(148,220,254); }
td.TdClassName
{
border-color: #94DCFE;
}
.TagClassName
{
border-color: #94DCFE;
}
</style>