Shades of Columbia Blue #94DCFD
Tints of Columbia Blue #94DCFD
RGB
CMYK
RGB Variations
Color information
#94DCFD (or 0x94DCFD) is known color: Columbia Blue. HEX triplet: 94, DC and FD. RGB value is (148,220,253). Sum of RGB (Red+Green+Blue) = 148+220+253=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #94DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCFD is #6B2302. Grayscale: #CACACA. Windows color (decimal): -7021315 or 16637076. OLE color: 16637076.
HSL color Cylindrical-coordinate representation of color #94DCFD: hue angle of 198.86º 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 #94DCFD is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 220 | 253 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.01 |
| HSL | 198.86º | 0.96% | 0.79% | - |
| HSV(B) | 198.86º | 0.42% | 0.99% | - |
| XYZ | 55.54 | 64.57 | 102.47 | - |
| YUV | 202.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 253 | 0.42 | 0.13 | 0 | 0.01 | 198.86 | 0.96 | 0.79 |
| Hex | 94 | DC | FD | 2A | D | 0 | 1 | C7 | 60 | 4F |
| Octal | 224 | 334 | 375 | 52 | 15 | 0 | 1 | 307 | 140 | 117 |
| Binary | 10010100 | 11011100 | 11111101 | 101010 | 1101 | 0 | 1 | 11000111 | 1100000 | 1001111 |
Color Harmonies of #94DCFD
Complementary color
Monochromatic Colors of #94DCFD
Black with #94DCFD
Text Example
Text Example
White with #94DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCFD; }
p { color: rgb(148,220,253); }
H1.HeaderClassName
{
color: #94DCFD;
}
.AnyTagClassName
{
color: #94DCFD;
}
</style>
background-color css
<style>
a { background-color: #94DCFD; }
a { background-color: rgb(148,220,253); }
div.DivClassName
{
background-color: #94DCFD;
}
.BgClassName
{
background-color: #94DCFD;
}
</style>
border-color css
<style>
span { border-color: #94DCFD; }
span { border-color: rgb(148,220,253); }
td.TdClassName
{
border-color: #94DCFD;
}
.TagClassName
{
border-color: #94DCFD;
}
</style>