Shades of Columbia Blue #93DBFC
Tints of Columbia Blue #93DBFC
RGB
CMYK
RGB Variations
Color information
#93DBFC (or 0x93DBFC) is known color: Columbia Blue. HEX triplet: 93, DB and FC. RGB value is (147,219,252). Sum of RGB (Red+Green+Blue) = 147+219+252=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #93DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBFC is #6C2403. Grayscale: #C9C9C9. Windows color (decimal): -7087108 or 16571283. OLE color: 16571283.
HSL color Cylindrical-coordinate representation of color #93DBFC: hue angle of 198.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93DBFC is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 219 | 252 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.01 |
| HSL | 198.86º | 0.95% | 0.78% | - |
| HSV(B) | 198.86º | 0.42% | 0.99% | - |
| XYZ | 54.93 | 63.89 | 101.53 | - |
| YUV | 201.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 252 | 0.42 | 0.13 | 0 | 0.01 | 198.86 | 0.95 | 0.78 |
| Hex | 93 | DB | FC | 2A | D | 0 | 1 | C7 | 5F | 4E |
| Octal | 223 | 333 | 374 | 52 | 15 | 0 | 1 | 307 | 137 | 116 |
| Binary | 10010011 | 11011011 | 11111100 | 101010 | 1101 | 0 | 1 | 11000111 | 1011111 | 1001110 |
Color Harmonies of #93DBFC
Complementary color
Monochromatic Colors of #93DBFC
Black with #93DBFC
Text Example
Text Example
White with #93DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBFC; }
p { color: rgb(147,219,252); }
H1.HeaderClassName
{
color: #93DBFC;
}
.AnyTagClassName
{
color: #93DBFC;
}
</style>
background-color css
<style>
a { background-color: #93DBFC; }
a { background-color: rgb(147,219,252); }
div.DivClassName
{
background-color: #93DBFC;
}
.BgClassName
{
background-color: #93DBFC;
}
</style>
border-color css
<style>
span { border-color: #93DBFC; }
span { border-color: rgb(147,219,252); }
td.TdClassName
{
border-color: #93DBFC;
}
.TagClassName
{
border-color: #93DBFC;
}
</style>