Shades of Columbia Blue #94DBFD
Tints of Columbia Blue #94DBFD
RGB
CMYK
RGB Variations
Color information
#94DBFD (or 0x94DBFD) is known color: Columbia Blue. HEX triplet: 94, DB and FD. RGB value is (148,219,253). Sum of RGB (Red+Green+Blue) = 148+219+253=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #94DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBFD is #6B2402. Grayscale: #C9C9C9. Windows color (decimal): -7021571 or 16636820. OLE color: 16636820.
HSL color Cylindrical-coordinate representation of color #94DBFD: hue angle of 199.43º 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 #94DBFD is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 219 | 253 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.01 |
| HSL | 199.43º | 0.96% | 0.79% | - |
| HSV(B) | 199.43º | 0.42% | 0.99% | - |
| XYZ | 55.27 | 64.05 | 102.38 | - |
| YUV | 201.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 253 | 0.42 | 0.13 | 0 | 0.01 | 199.43 | 0.96 | 0.79 |
| Hex | 94 | DB | FD | 2A | D | 0 | 1 | C7 | 60 | 4F |
| Octal | 224 | 333 | 375 | 52 | 15 | 0 | 1 | 307 | 140 | 117 |
| Binary | 10010100 | 11011011 | 11111101 | 101010 | 1101 | 0 | 1 | 11000111 | 1100000 | 1001111 |
Color Harmonies of #94DBFD
Complementary color
Monochromatic Colors of #94DBFD
Black with #94DBFD
Text Example
Text Example
White with #94DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBFD; }
p { color: rgb(148,219,253); }
H1.HeaderClassName
{
color: #94DBFD;
}
.AnyTagClassName
{
color: #94DBFD;
}
</style>
background-color css
<style>
a { background-color: #94DBFD; }
a { background-color: rgb(148,219,253); }
div.DivClassName
{
background-color: #94DBFD;
}
.BgClassName
{
background-color: #94DBFD;
}
</style>
border-color css
<style>
span { border-color: #94DBFD; }
span { border-color: rgb(148,219,253); }
td.TdClassName
{
border-color: #94DBFD;
}
.TagClassName
{
border-color: #94DBFD;
}
</style>