Shades of Columbia Blue #93DAFF
Tints of Columbia Blue #93DAFF
RGB
CMYK
RGB Variations
Color information
#93DAFF (or 0x93DAFF) is known color: Columbia Blue. HEX triplet: 93, DA and FF. RGB value is (147,218,255). Sum of RGB (Red+Green+Blue) = 147+218+255=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #93DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DAFF is #6C2500. Grayscale: #C8C8C8. Windows color (decimal): -7087361 or 16767635. OLE color: 16767635.
HSL color Cylindrical-coordinate representation of color #93DAFF: hue angle of 200.56º 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 #93DAFF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 218 | 255 | - |
| CMYK | 0.42 | 0.15 | 0 | 0 |
| HSL | 200.56º | 1% | 0.79% | - |
| HSV(B) | 200.56º | 0.42% | 1% | - |
| XYZ | 55.15 | 63.57 | 103.97 | - |
| YUV | 200.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 255 | 0.42 | 0.15 | 0 | 0 | 200.56 | 1 | 0.79 |
| Hex | 93 | DA | FF | 2A | F | 0 | 0 | C9 | 64 | 4F |
| Octal | 223 | 332 | 377 | 52 | 17 | 0 | 0 | 311 | 144 | 117 |
| Binary | 10010011 | 11011010 | 11111111 | 101010 | 1111 | 0 | 0 | 11001001 | 1100100 | 1001111 |
Color Harmonies of #93DAFF
Complementary color
Monochromatic Colors of #93DAFF
Black with #93DAFF
Text Example
Text Example
White with #93DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAFF; }
p { color: rgb(147,218,255); }
H1.HeaderClassName
{
color: #93DAFF;
}
.AnyTagClassName
{
color: #93DAFF;
}
</style>
background-color css
<style>
a { background-color: #93DAFF; }
a { background-color: rgb(147,218,255); }
div.DivClassName
{
background-color: #93DAFF;
}
.BgClassName
{
background-color: #93DAFF;
}
</style>
border-color css
<style>
span { border-color: #93DAFF; }
span { border-color: rgb(147,218,255); }
td.TdClassName
{
border-color: #93DAFF;
}
.TagClassName
{
border-color: #93DAFF;
}
</style>