Shades of Columbia Blue #93DBF8
Tints of Columbia Blue #93DBF8
RGB
CMYK
RGB Variations
Color information
#93DBF8 (or 0x93DBF8) is known color: Columbia Blue. HEX triplet: 93, DB and F8. RGB value is (147,219,248). Sum of RGB (Red+Green+Blue) = 147+219+248=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #93DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBF8 is #6C2407. Grayscale: #C8C8C8. Windows color (decimal): -7087112 or 16309139. OLE color: 16309139.
HSL color Cylindrical-coordinate representation of color #93DBF8: hue angle of 197.23º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93DBF8 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 219 | 248 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.03 |
| HSL | 197.23º | 0.88% | 0.77% | - |
| HSV(B) | 197.23º | 0.41% | 0.97% | - |
| XYZ | 54.31 | 63.64 | 98.23 | - |
| YUV | 200.78 | 154.65 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 248 | 0.41 | 0.12 | 0 | 0.03 | 197.23 | 0.88 | 0.77 |
| Hex | 93 | DB | F8 | 29 | C | 0 | 3 | C5 | 58 | 4D |
| Octal | 223 | 333 | 370 | 51 | 14 | 0 | 3 | 305 | 130 | 115 |
| Binary | 10010011 | 11011011 | 11111000 | 101001 | 1100 | 0 | 11 | 11000101 | 1011000 | 1001101 |
Color Harmonies of #93DBF8
Complementary color
Monochromatic Colors of #93DBF8
Black with #93DBF8
Text Example
Text Example
White with #93DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBF8; }
p { color: rgb(147,219,248); }
H1.HeaderClassName
{
color: #93DBF8;
}
.AnyTagClassName
{
color: #93DBF8;
}
</style>
background-color css
<style>
a { background-color: #93DBF8; }
a { background-color: rgb(147,219,248); }
div.DivClassName
{
background-color: #93DBF8;
}
.BgClassName
{
background-color: #93DBF8;
}
</style>
border-color css
<style>
span { border-color: #93DBF8; }
span { border-color: rgb(147,219,248); }
td.TdClassName
{
border-color: #93DBF8;
}
.TagClassName
{
border-color: #93DBF8;
}
</style>