Shades of Columbia Blue #93EFFF
Tints of Columbia Blue #93EFFF
RGB
CMYK
RGB Variations
Color information
#93EFFF (or 0x93EFFF) is known color: Columbia Blue. HEX triplet: 93, EF and FF. RGB value is (147,239,255). Sum of RGB (Red+Green+Blue) = 147+239+255=641 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.93% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #93EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFFF is #6C1000. Grayscale: #D5D5D5. Windows color (decimal): -7081985 or 16773011. OLE color: 16773011.
HSL color Cylindrical-coordinate representation of color #93EFFF: hue angle of 188.89º 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 #93EFFF is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 239 | 255 | - |
| CMYK | 0.42 | 0.06 | 0 | 0 |
| HSL | 188.89º | 1% | 0.79% | - |
| HSV(B) | 188.89º | 0.42% | 1% | - |
| XYZ | 60.95 | 75.16 | 105.9 | - |
| YUV | 213.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 255 | 0.42 | 0.06 | 0 | 0 | 188.89 | 1 | 0.79 |
| Hex | 93 | EF | FF | 2A | 6 | 0 | 0 | BD | 64 | 4F |
| Octal | 223 | 357 | 377 | 52 | 6 | 0 | 0 | 275 | 144 | 117 |
| Binary | 10010011 | 11101111 | 11111111 | 101010 | 110 | 0 | 0 | 10111101 | 1100100 | 1001111 |
Color Harmonies of #93EFFF
Complementary color
Monochromatic Colors of #93EFFF
Black with #93EFFF
Text Example
Text Example
White with #93EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFFF; }
p { color: rgb(147,239,255); }
H1.HeaderClassName
{
color: #93EFFF;
}
.AnyTagClassName
{
color: #93EFFF;
}
</style>
background-color css
<style>
a { background-color: #93EFFF; }
a { background-color: rgb(147,239,255); }
div.DivClassName
{
background-color: #93EFFF;
}
.BgClassName
{
background-color: #93EFFF;
}
</style>
border-color css
<style>
span { border-color: #93EFFF; }
span { border-color: rgb(147,239,255); }
td.TdClassName
{
border-color: #93EFFF;
}
.TagClassName
{
border-color: #93EFFF;
}
</style>