Shades of Columbia Blue #93DDF2
Tints of Columbia Blue #93DDF2
RGB
CMYK
RGB Variations
Color information
#93DDF2 (or 0x93DDF2) is known color: Columbia Blue. HEX triplet: 93, DD and F2. RGB value is (147,221,242). Sum of RGB (Red+Green+Blue) = 147+221+242=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #93DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDF2 is #6C220D. Grayscale: #C9C9C9. Windows color (decimal): -7086606 or 15916435. OLE color: 15916435.
HSL color Cylindrical-coordinate representation of color #93DDF2: hue angle of 193.26º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93DDF2 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 221 | 242 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.05 |
| HSL | 193.26º | 0.79% | 0.76% | - |
| HSV(B) | 193.26º | 0.39% | 0.95% | - |
| XYZ | 53.92 | 64.33 | 93.58 | - |
| YUV | 201.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 242 | 0.39 | 0.09 | 0 | 0.05 | 193.26 | 0.79 | 0.76 |
| Hex | 93 | DD | F2 | 27 | 9 | 0 | 5 | C1 | 4F | 4C |
| Octal | 223 | 335 | 362 | 47 | 11 | 0 | 5 | 301 | 117 | 114 |
| Binary | 10010011 | 11011101 | 11110010 | 100111 | 1001 | 0 | 101 | 11000001 | 1001111 | 1001100 |
Color Harmonies of #93DDF2
Complementary color
Monochromatic Colors of #93DDF2
Black with #93DDF2
Text Example
Text Example
White with #93DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDF2; }
p { color: rgb(147,221,242); }
H1.HeaderClassName
{
color: #93DDF2;
}
.AnyTagClassName
{
color: #93DDF2;
}
</style>
background-color css
<style>
a { background-color: #93DDF2; }
a { background-color: rgb(147,221,242); }
div.DivClassName
{
background-color: #93DDF2;
}
.BgClassName
{
background-color: #93DDF2;
}
</style>
border-color css
<style>
span { border-color: #93DDF2; }
span { border-color: rgb(147,221,242); }
td.TdClassName
{
border-color: #93DDF2;
}
.TagClassName
{
border-color: #93DDF2;
}
</style>