Shades of Columbia Blue #94D8FF
Tints of Columbia Blue #94D8FF
RGB
CMYK
RGB Variations
Color information
#94D8FF (or 0x94D8FF) is known color: Columbia Blue. HEX triplet: 94, D8 and FF. RGB value is (148,216,255). Sum of RGB (Red+Green+Blue) = 148+216+255=619 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.91% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #94D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D8FF is #6B2700. Grayscale: #C7C7C7. Windows color (decimal): -7022337 or 16767124. OLE color: 16767124.
HSL color Cylindrical-coordinate representation of color #94D8FF: hue angle of 201.87º 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 #94D8FF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 216 | 255 | - |
| CMYK | 0.42 | 0.15 | 0 | 0 |
| HSL | 201.87º | 1% | 0.79% | - |
| HSV(B) | 201.87º | 0.42% | 1% | - |
| XYZ | 54.82 | 62.63 | 103.81 | - |
| YUV | 200.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 255 | 0.42 | 0.15 | 0 | 0 | 201.87 | 1 | 0.79 |
| Hex | 94 | D8 | FF | 2A | F | 0 | 0 | CA | 64 | 4F |
| Octal | 224 | 330 | 377 | 52 | 17 | 0 | 0 | 312 | 144 | 117 |
| Binary | 10010100 | 11011000 | 11111111 | 101010 | 1111 | 0 | 0 | 11001010 | 1100100 | 1001111 |
Color Harmonies of #94D8FF
Complementary color
Monochromatic Colors of #94D8FF
Black with #94D8FF
Text Example
Text Example
White with #94D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D8FF; }
p { color: rgb(148,216,255); }
H1.HeaderClassName
{
color: #94D8FF;
}
.AnyTagClassName
{
color: #94D8FF;
}
</style>
background-color css
<style>
a { background-color: #94D8FF; }
a { background-color: rgb(148,216,255); }
div.DivClassName
{
background-color: #94D8FF;
}
.BgClassName
{
background-color: #94D8FF;
}
</style>
border-color css
<style>
span { border-color: #94D8FF; }
span { border-color: rgb(148,216,255); }
td.TdClassName
{
border-color: #94D8FF;
}
.TagClassName
{
border-color: #94D8FF;
}
</style>