Shades of Columbia Blue #94DAFF
Tints of Columbia Blue #94DAFF
RGB
CMYK
RGB Variations
Color information
#94DAFF (or 0x94DAFF) is known color: Columbia Blue. HEX triplet: 94, DA and FF. RGB value is (148,218,255). Sum of RGB (Red+Green+Blue) = 148+218+255=621 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.83% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #94DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAFF is #6B2500. Grayscale: #C9C9C9. Windows color (decimal): -7021825 or 16767636. OLE color: 16767636.
HSL color Cylindrical-coordinate representation of color #94DAFF: hue angle of 200.75º 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 #94DAFF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 218 | 255 | - |
| CMYK | 0.42 | 0.15 | 0 | 0 |
| HSL | 200.75º | 1% | 0.79% | - |
| HSV(B) | 200.75º | 0.42% | 1% | - |
| XYZ | 55.33 | 63.66 | 103.98 | - |
| YUV | 201.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 255 | 0.42 | 0.15 | 0 | 0 | 200.75 | 1 | 0.79 |
| Hex | 94 | DA | FF | 2A | F | 0 | 0 | C9 | 64 | 4F |
| Octal | 224 | 332 | 377 | 52 | 17 | 0 | 0 | 311 | 144 | 117 |
| Binary | 10010100 | 11011010 | 11111111 | 101010 | 1111 | 0 | 0 | 11001001 | 1100100 | 1001111 |
Color Harmonies of #94DAFF
Complementary color
Monochromatic Colors of #94DAFF
Black with #94DAFF
Text Example
Text Example
White with #94DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DAFF; }
p { color: rgb(148,218,255); }
H1.HeaderClassName
{
color: #94DAFF;
}
.AnyTagClassName
{
color: #94DAFF;
}
</style>
background-color css
<style>
a { background-color: #94DAFF; }
a { background-color: rgb(148,218,255); }
div.DivClassName
{
background-color: #94DAFF;
}
.BgClassName
{
background-color: #94DAFF;
}
</style>
border-color css
<style>
span { border-color: #94DAFF; }
span { border-color: rgb(148,218,255); }
td.TdClassName
{
border-color: #94DAFF;
}
.TagClassName
{
border-color: #94DAFF;
}
</style>