Shades of Light Sky Blue #93C5F9
Tints of Light Sky Blue #93C5F9
RGB
CMYK
RGB Variations
Color information
#93C5F9 (or 0x93C5F9) is known color: Light Sky Blue. HEX triplet: 93, C5 and F9. RGB value is (147,197,249). Sum of RGB (Red+Green+Blue) = 147+197+249=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #93C5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C5F9 is #6C3A06. Grayscale: #BBBBBB. Windows color (decimal): -7092743 or 16369043. OLE color: 16369043.
HSL color Cylindrical-coordinate representation of color #93C5F9: hue angle of 210.59º degrees, saturation: 0.89, 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 #93C5F9 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 197 | 249 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.02 |
| HSL | 210.59º | 0.89% | 0.78% | - |
| HSV(B) | 210.59º | 0.41% | 0.98% | - |
| XYZ | 49.1 | 52.98 | 97.26 | - |
| YUV | 187.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 249 | 0.41 | 0.21 | 0 | 0.02 | 210.59 | 0.89 | 0.78 |
| Hex | 93 | C5 | F9 | 29 | 15 | 0 | 2 | D3 | 59 | 4E |
| Octal | 223 | 305 | 371 | 51 | 25 | 0 | 2 | 323 | 131 | 116 |
| Binary | 10010011 | 11000101 | 11111001 | 101001 | 10101 | 0 | 10 | 11010011 | 1011001 | 1001110 |
Color Harmonies of #93C5F9
Complementary color
Monochromatic Colors of #93C5F9
Black with #93C5F9
Text Example
Text Example
White with #93C5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5F9; }
p { color: rgb(147,197,249); }
H1.HeaderClassName
{
color: #93C5F9;
}
.AnyTagClassName
{
color: #93C5F9;
}
</style>
background-color css
<style>
a { background-color: #93C5F9; }
a { background-color: rgb(147,197,249); }
div.DivClassName
{
background-color: #93C5F9;
}
.BgClassName
{
background-color: #93C5F9;
}
</style>
border-color css
<style>
span { border-color: #93C5F9; }
span { border-color: rgb(147,197,249); }
td.TdClassName
{
border-color: #93C5F9;
}
.TagClassName
{
border-color: #93C5F9;
}
</style>