Shades of Columbia Blue #93DCFD
Tints of Columbia Blue #93DCFD
RGB
CMYK
RGB Variations
Color information
#93DCFD (or 0x93DCFD) is known color: Columbia Blue. HEX triplet: 93, DC and FD. RGB value is (147,220,253). Sum of RGB (Red+Green+Blue) = 147+220+253=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #93DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DCFD is #6C2302. Grayscale: #C9C9C9. Windows color (decimal): -7086851 or 16637075. OLE color: 16637075.
HSL color Cylindrical-coordinate representation of color #93DCFD: hue angle of 198.68º degrees, saturation: 0.96, 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 #93DCFD is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 220 | 253 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.01 |
| HSL | 198.68º | 0.96% | 0.78% | - |
| HSV(B) | 198.68º | 0.42% | 0.99% | - |
| XYZ | 55.36 | 64.48 | 102.46 | - |
| YUV | 201.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 253 | 0.42 | 0.13 | 0 | 0.01 | 198.68 | 0.96 | 0.78 |
| Hex | 93 | DC | FD | 2A | D | 0 | 1 | C7 | 60 | 4E |
| Octal | 223 | 334 | 375 | 52 | 15 | 0 | 1 | 307 | 140 | 116 |
| Binary | 10010011 | 11011100 | 11111101 | 101010 | 1101 | 0 | 1 | 11000111 | 1100000 | 1001110 |
Color Harmonies of #93DCFD
Complementary color
Monochromatic Colors of #93DCFD
Black with #93DCFD
Text Example
Text Example
White with #93DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DCFD; }
p { color: rgb(147,220,253); }
H1.HeaderClassName
{
color: #93DCFD;
}
.AnyTagClassName
{
color: #93DCFD;
}
</style>
background-color css
<style>
a { background-color: #93DCFD; }
a { background-color: rgb(147,220,253); }
div.DivClassName
{
background-color: #93DCFD;
}
.BgClassName
{
background-color: #93DCFD;
}
</style>
border-color css
<style>
span { border-color: #93DCFD; }
span { border-color: rgb(147,220,253); }
td.TdClassName
{
border-color: #93DCFD;
}
.TagClassName
{
border-color: #93DCFD;
}
</style>