Shades of Columbia Blue #93EBFF
Tints of Columbia Blue #93EBFF
RGB
CMYK
RGB Variations
Color information
#93EBFF (or 0x93EBFF) is known color: Columbia Blue. HEX triplet: 93, EB and FF. RGB value is (147,235,255). Sum of RGB (Red+Green+Blue) = 147+235+255=637 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.08% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #93EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EBFF is #6C1400. Grayscale: #D2D2D2. Windows color (decimal): -7083009 or 16771987. OLE color: 16771987.
HSL color Cylindrical-coordinate representation of color #93EBFF: hue angle of 191.11º 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 #93EBFF is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 235 | 255 | - |
| CMYK | 0.42 | 0.08 | 0 | 0 |
| HSL | 191.11º | 1% | 0.79% | - |
| HSV(B) | 191.11º | 0.42% | 1% | - |
| XYZ | 59.79 | 72.84 | 105.52 | - |
| YUV | 210.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 255 | 0.42 | 0.08 | 0 | 0 | 191.11 | 1 | 0.79 |
| Hex | 93 | EB | FF | 2A | 8 | 0 | 0 | BF | 64 | 4F |
| Octal | 223 | 353 | 377 | 52 | 10 | 0 | 0 | 277 | 144 | 117 |
| Binary | 10010011 | 11101011 | 11111111 | 101010 | 1000 | 0 | 0 | 10111111 | 1100100 | 1001111 |
Color Harmonies of #93EBFF
Complementary color
Monochromatic Colors of #93EBFF
Black with #93EBFF
Text Example
Text Example
White with #93EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EBFF; }
p { color: rgb(147,235,255); }
H1.HeaderClassName
{
color: #93EBFF;
}
.AnyTagClassName
{
color: #93EBFF;
}
</style>
background-color css
<style>
a { background-color: #93EBFF; }
a { background-color: rgb(147,235,255); }
div.DivClassName
{
background-color: #93EBFF;
}
.BgClassName
{
background-color: #93EBFF;
}
</style>
border-color css
<style>
span { border-color: #93EBFF; }
span { border-color: rgb(147,235,255); }
td.TdClassName
{
border-color: #93EBFF;
}
.TagClassName
{
border-color: #93EBFF;
}
</style>