Shades of Light Sky Blue #93C5FD
Tints of Light Sky Blue #93C5FD
RGB
CMYK
RGB Variations
Color information
#93C5FD (or 0x93C5FD) is known color: Light Sky Blue. HEX triplet: 93, C5 and FD. RGB value is (147,197,253). Sum of RGB (Red+Green+Blue) = 147+197+253=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #93C5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C5FD is #6C3A02. Grayscale: #BCBCBC. Windows color (decimal): -7092739 or 16631187. OLE color: 16631187.
HSL color Cylindrical-coordinate representation of color #93C5FD: hue angle of 211.7º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93C5FD is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 197 | 253 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.01 |
| HSL | 211.7º | 0.96% | 0.78% | - |
| HSV(B) | 211.7º | 0.42% | 0.99% | - |
| XYZ | 49.73 | 53.23 | 100.58 | - |
| YUV | 188.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 253 | 0.42 | 0.22 | 0 | 0.01 | 211.7 | 0.96 | 0.78 |
| Hex | 93 | C5 | FD | 2A | 16 | 0 | 1 | D4 | 60 | 4E |
| Octal | 223 | 305 | 375 | 52 | 26 | 0 | 1 | 324 | 140 | 116 |
| Binary | 10010011 | 11000101 | 11111101 | 101010 | 10110 | 0 | 1 | 11010100 | 1100000 | 1001110 |
Color Harmonies of #93C5FD
Complementary color
Monochromatic Colors of #93C5FD
Black with #93C5FD
Text Example
Text Example
White with #93C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5FD; }
p { color: rgb(147,197,253); }
H1.HeaderClassName
{
color: #93C5FD;
}
.AnyTagClassName
{
color: #93C5FD;
}
</style>
background-color css
<style>
a { background-color: #93C5FD; }
a { background-color: rgb(147,197,253); }
div.DivClassName
{
background-color: #93C5FD;
}
.BgClassName
{
background-color: #93C5FD;
}
</style>
border-color css
<style>
span { border-color: #93C5FD; }
span { border-color: rgb(147,197,253); }
td.TdClassName
{
border-color: #93C5FD;
}
.TagClassName
{
border-color: #93C5FD;
}
</style>