Shades of Columbia Blue #93E4FD
Tints of Columbia Blue #93E4FD
RGB
CMYK
RGB Variations
Color information
#93E4FD (or 0x93E4FD) is known color: Columbia Blue. HEX triplet: 93, E4 and FD. RGB value is (147,228,253). Sum of RGB (Red+Green+Blue) = 147+228+253=628 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.41% from 628); Green value is 228 (89.45% from 255 or 36.31% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #93E4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E4FD is #6C1B02. Grayscale: #CECECE. Windows color (decimal): -7084803 or 16639123. OLE color: 16639123.
HSL color Cylindrical-coordinate representation of color #93E4FD: hue angle of 194.15º 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 #93E4FD is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 228 | 253 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.01 |
| HSL | 194.15º | 0.96% | 0.78% | - |
| HSV(B) | 194.15º | 0.42% | 0.99% | - |
| XYZ | 57.51 | 68.78 | 103.17 | - |
| YUV | 206.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 228 | 253 | 0.42 | 0.10 | 0 | 0.01 | 194.15 | 0.96 | 0.78 |
| Hex | 93 | E4 | FD | 2A | A | 0 | 1 | C2 | 60 | 4E |
| Octal | 223 | 344 | 375 | 52 | 12 | 0 | 1 | 302 | 140 | 116 |
| Binary | 10010011 | 11100100 | 11111101 | 101010 | 1010 | 0 | 1 | 11000010 | 1100000 | 1001110 |
Color Harmonies of #93E4FD
Complementary color
Monochromatic Colors of #93E4FD
Black with #93E4FD
Text Example
Text Example
White with #93E4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E4FD; }
p { color: rgb(147,228,253); }
H1.HeaderClassName
{
color: #93E4FD;
}
.AnyTagClassName
{
color: #93E4FD;
}
</style>
background-color css
<style>
a { background-color: #93E4FD; }
a { background-color: rgb(147,228,253); }
div.DivClassName
{
background-color: #93E4FD;
}
.BgClassName
{
background-color: #93E4FD;
}
</style>
border-color css
<style>
span { border-color: #93E4FD; }
span { border-color: rgb(147,228,253); }
td.TdClassName
{
border-color: #93E4FD;
}
.TagClassName
{
border-color: #93E4FD;
}
</style>