Shades of Columbia Blue #94DBFF
Tints of Columbia Blue #94DBFF
RGB
CMYK
RGB Variations
Color information
#94DBFF (or 0x94DBFF) is known color: Columbia Blue. HEX triplet: 94, DB and FF. RGB value is (148,219,255). Sum of RGB (Red+Green+Blue) = 148+219+255=622 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.79% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #94DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBFF is #6B2400. Grayscale: #C9C9C9. Windows color (decimal): -7021569 or 16767892. OLE color: 16767892.
HSL color Cylindrical-coordinate representation of color #94DBFF: hue angle of 200.19º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94DBFF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 219 | 255 | - |
| CMYK | 0.42 | 0.14 | 0 | 0 |
| HSL | 200.19º | 1% | 0.79% | - |
| HSV(B) | 200.19º | 0.42% | 1% | - |
| XYZ | 55.59 | 64.18 | 104.07 | - |
| YUV | 201.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 255 | 0.42 | 0.14 | 0 | 0 | 200.19 | 1 | 0.79 |
| Hex | 94 | DB | FF | 2A | E | 0 | 0 | C8 | 64 | 4F |
| Octal | 224 | 333 | 377 | 52 | 16 | 0 | 0 | 310 | 144 | 117 |
| Binary | 10010100 | 11011011 | 11111111 | 101010 | 1110 | 0 | 0 | 11001000 | 1100100 | 1001111 |
Color Harmonies of #94DBFF
Complementary color
Monochromatic Colors of #94DBFF
Black with #94DBFF
Text Example
Text Example
White with #94DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBFF; }
p { color: rgb(148,219,255); }
H1.HeaderClassName
{
color: #94DBFF;
}
.AnyTagClassName
{
color: #94DBFF;
}
</style>
background-color css
<style>
a { background-color: #94DBFF; }
a { background-color: rgb(148,219,255); }
div.DivClassName
{
background-color: #94DBFF;
}
.BgClassName
{
background-color: #94DBFF;
}
</style>
border-color css
<style>
span { border-color: #94DBFF; }
span { border-color: rgb(148,219,255); }
td.TdClassName
{
border-color: #94DBFF;
}
.TagClassName
{
border-color: #94DBFF;
}
</style>