Shades of Light Sky Blue #93C0FD
Tints of Light Sky Blue #93C0FD
RGB
CMYK
RGB Variations
Color information
#93C0FD (or 0x93C0FD) is known color: Light Sky Blue. HEX triplet: 93, C0 and FD. RGB value is (147,192,253). Sum of RGB (Red+Green+Blue) = 147+192+253=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #93C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C0FD is #6C3F02. Grayscale: #B9B9B9. Windows color (decimal): -7094019 or 16629907. OLE color: 16629907.
HSL color Cylindrical-coordinate representation of color #93C0FD: hue angle of 214.53º 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 #93C0FD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 192 | 253 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.01 |
| HSL | 214.53º | 0.96% | 0.78% | - |
| HSV(B) | 214.53º | 0.42% | 0.99% | - |
| XYZ | 48.61 | 50.99 | 100.21 | - |
| YUV | 185.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 253 | 0.42 | 0.24 | 0 | 0.01 | 214.53 | 0.96 | 0.78 |
| Hex | 93 | C0 | FD | 2A | 18 | 0 | 1 | D7 | 60 | 4E |
| Octal | 223 | 300 | 375 | 52 | 30 | 0 | 1 | 327 | 140 | 116 |
| Binary | 10010011 | 11000000 | 11111101 | 101010 | 11000 | 0 | 1 | 11010111 | 1100000 | 1001110 |
Color Harmonies of #93C0FD
Complementary color
Monochromatic Colors of #93C0FD
Black with #93C0FD
Text Example
Text Example
White with #93C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0FD; }
p { color: rgb(147,192,253); }
H1.HeaderClassName
{
color: #93C0FD;
}
.AnyTagClassName
{
color: #93C0FD;
}
</style>
background-color css
<style>
a { background-color: #93C0FD; }
a { background-color: rgb(147,192,253); }
div.DivClassName
{
background-color: #93C0FD;
}
.BgClassName
{
background-color: #93C0FD;
}
</style>
border-color css
<style>
span { border-color: #93C0FD; }
span { border-color: rgb(147,192,253); }
td.TdClassName
{
border-color: #93C0FD;
}
.TagClassName
{
border-color: #93C0FD;
}
</style>