Shades of Columbia Blue #93DFF3
Tints of Columbia Blue #93DFF3
RGB
CMYK
RGB Variations
Color information
#93DFF3 (or 0x93DFF3) is known color: Columbia Blue. HEX triplet: 93, DF and F3. RGB value is (147,223,243). Sum of RGB (Red+Green+Blue) = 147+223+243=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #93DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DFF3 is #6C200C. Grayscale: #CACACA. Windows color (decimal): -7086093 or 15982483. OLE color: 15982483.
HSL color Cylindrical-coordinate representation of color #93DFF3: hue angle of 192.5º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93DFF3 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 223 | 243 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.05 |
| HSL | 192.5º | 0.8% | 0.76% | - |
| HSV(B) | 192.5º | 0.4% | 0.95% | - |
| XYZ | 54.6 | 65.45 | 94.55 | - |
| YUV | 202.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 243 | 0.40 | 0.08 | 0 | 0.05 | 192.5 | 0.8 | 0.76 |
| Hex | 93 | DF | F3 | 28 | 8 | 0 | 5 | C0 | 50 | 4C |
| Octal | 223 | 337 | 363 | 50 | 10 | 0 | 5 | 300 | 120 | 114 |
| Binary | 10010011 | 11011111 | 11110011 | 101000 | 1000 | 0 | 101 | 11000000 | 1010000 | 1001100 |
Color Harmonies of #93DFF3
Complementary color
Monochromatic Colors of #93DFF3
Black with #93DFF3
Text Example
Text Example
White with #93DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DFF3; }
p { color: rgb(147,223,243); }
H1.HeaderClassName
{
color: #93DFF3;
}
.AnyTagClassName
{
color: #93DFF3;
}
</style>
background-color css
<style>
a { background-color: #93DFF3; }
a { background-color: rgb(147,223,243); }
div.DivClassName
{
background-color: #93DFF3;
}
.BgClassName
{
background-color: #93DFF3;
}
</style>
border-color css
<style>
span { border-color: #93DFF3; }
span { border-color: rgb(147,223,243); }
td.TdClassName
{
border-color: #93DFF3;
}
.TagClassName
{
border-color: #93DFF3;
}
</style>