Shades of Columbia Blue #93DAFA
Tints of Columbia Blue #93DAFA
RGB
CMYK
RGB Variations
Color information
#93DAFA (or 0x93DAFA) is known color: Columbia Blue. HEX triplet: 93, DA and FA. RGB value is (147,218,250). Sum of RGB (Red+Green+Blue) = 147+218+250=615 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.90% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #93DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DAFA is #6C2505. Grayscale: #C8C8C8. Windows color (decimal): -7087366 or 16439955. OLE color: 16439955.
HSL color Cylindrical-coordinate representation of color #93DAFA: hue angle of 198.64º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93DAFA is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 218 | 250 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.02 |
| HSL | 198.64º | 0.91% | 0.78% | - |
| HSV(B) | 198.64º | 0.41% | 0.98% | - |
| XYZ | 54.36 | 63.25 | 99.79 | - |
| YUV | 200.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 250 | 0.41 | 0.13 | 0 | 0.02 | 198.64 | 0.91 | 0.78 |
| Hex | 93 | DA | FA | 29 | D | 0 | 2 | C7 | 5B | 4E |
| Octal | 223 | 332 | 372 | 51 | 15 | 0 | 2 | 307 | 133 | 116 |
| Binary | 10010011 | 11011010 | 11111010 | 101001 | 1101 | 0 | 10 | 11000111 | 1011011 | 1001110 |
Color Harmonies of #93DAFA
Complementary color
Monochromatic Colors of #93DAFA
Black with #93DAFA
Text Example
Text Example
White with #93DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAFA; }
p { color: rgb(147,218,250); }
H1.HeaderClassName
{
color: #93DAFA;
}
.AnyTagClassName
{
color: #93DAFA;
}
</style>
background-color css
<style>
a { background-color: #93DAFA; }
a { background-color: rgb(147,218,250); }
div.DivClassName
{
background-color: #93DAFA;
}
.BgClassName
{
background-color: #93DAFA;
}
</style>
border-color css
<style>
span { border-color: #93DAFA; }
span { border-color: rgb(147,218,250); }
td.TdClassName
{
border-color: #93DAFA;
}
.TagClassName
{
border-color: #93DAFA;
}
</style>