Shades of Columbia Blue #93EDFF
Tints of Columbia Blue #93EDFF
RGB
CMYK
RGB Variations
Color information
#93EDFF (or 0x93EDFF) is known color: Columbia Blue. HEX triplet: 93, ED and FF. RGB value is (147,237,255). Sum of RGB (Red+Green+Blue) = 147+237+255=639 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.00% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #93EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDFF is #6C1200. Grayscale: #D3D3D3. Windows color (decimal): -7082497 or 16772499. OLE color: 16772499.
HSL color Cylindrical-coordinate representation of color #93EDFF: hue angle of 190º 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 #93EDFF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 237 | 255 | - |
| CMYK | 0.42 | 0.07 | 0 | 0 |
| HSL | 190º | 1% | 0.79% | - |
| HSV(B) | 190º | 0.42% | 1% | - |
| XYZ | 60.37 | 73.99 | 105.71 | - |
| YUV | 212.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 255 | 0.42 | 0.07 | 0 | 0 | 190 | 1 | 0.79 |
| Hex | 93 | ED | FF | 2A | 7 | 0 | 0 | BE | 64 | 4F |
| Octal | 223 | 355 | 377 | 52 | 7 | 0 | 0 | 276 | 144 | 117 |
| Binary | 10010011 | 11101101 | 11111111 | 101010 | 111 | 0 | 0 | 10111110 | 1100100 | 1001111 |
Color Harmonies of #93EDFF
Complementary color
Monochromatic Colors of #93EDFF
Black with #93EDFF
Text Example
Text Example
White with #93EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDFF; }
p { color: rgb(147,237,255); }
H1.HeaderClassName
{
color: #93EDFF;
}
.AnyTagClassName
{
color: #93EDFF;
}
</style>
background-color css
<style>
a { background-color: #93EDFF; }
a { background-color: rgb(147,237,255); }
div.DivClassName
{
background-color: #93EDFF;
}
.BgClassName
{
background-color: #93EDFF;
}
</style>
border-color css
<style>
span { border-color: #93EDFF; }
span { border-color: rgb(147,237,255); }
td.TdClassName
{
border-color: #93EDFF;
}
.TagClassName
{
border-color: #93EDFF;
}
</style>