Shades of Columbia Blue #94DBFC
Tints of Columbia Blue #94DBFC
RGB
CMYK
RGB Variations
Color information
#94DBFC (or 0x94DBFC) is known color: Columbia Blue. HEX triplet: 94, DB and FC. RGB value is (148,219,252). Sum of RGB (Red+Green+Blue) = 148+219+252=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #94DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBFC is #6B2403. Grayscale: #C9C9C9. Windows color (decimal): -7021572 or 16571284. OLE color: 16571284.
HSL color Cylindrical-coordinate representation of color #94DBFC: hue angle of 199.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94DBFC is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 219 | 252 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.01 |
| HSL | 199.04º | 0.95% | 0.78% | - |
| HSV(B) | 199.04º | 0.41% | 0.99% | - |
| XYZ | 55.11 | 63.99 | 101.54 | - |
| YUV | 201.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 252 | 0.41 | 0.13 | 0 | 0.01 | 199.04 | 0.95 | 0.78 |
| Hex | 94 | DB | FC | 29 | D | 0 | 1 | C7 | 5F | 4E |
| Octal | 224 | 333 | 374 | 51 | 15 | 0 | 1 | 307 | 137 | 116 |
| Binary | 10010100 | 11011011 | 11111100 | 101001 | 1101 | 0 | 1 | 11000111 | 1011111 | 1001110 |
Color Harmonies of #94DBFC
Complementary color
Monochromatic Colors of #94DBFC
Black with #94DBFC
Text Example
Text Example
White with #94DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBFC; }
p { color: rgb(148,219,252); }
H1.HeaderClassName
{
color: #94DBFC;
}
.AnyTagClassName
{
color: #94DBFC;
}
</style>
background-color css
<style>
a { background-color: #94DBFC; }
a { background-color: rgb(148,219,252); }
div.DivClassName
{
background-color: #94DBFC;
}
.BgClassName
{
background-color: #94DBFC;
}
</style>
border-color css
<style>
span { border-color: #94DBFC; }
span { border-color: rgb(148,219,252); }
td.TdClassName
{
border-color: #94DBFC;
}
.TagClassName
{
border-color: #94DBFC;
}
</style>