Shades of Light Sky Blue #93C0FC
Tints of Light Sky Blue #93C0FC
RGB
CMYK
RGB Variations
Color information
#93C0FC (or 0x93C0FC) is known color: Light Sky Blue. HEX triplet: 93, C0 and FC. RGB value is (147,192,252). Sum of RGB (Red+Green+Blue) = 147+192+252=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #93C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C0FC is #6C3F03. Grayscale: #B9B9B9. Windows color (decimal): -7094020 or 16564371. OLE color: 16564371.
HSL color Cylindrical-coordinate representation of color #93C0FC: hue angle of 214.29º degrees, saturation: 0.95, 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 #93C0FC is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 192 | 252 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.01 |
| HSL | 214.29º | 0.95% | 0.78% | - |
| HSV(B) | 214.29º | 0.42% | 0.99% | - |
| XYZ | 48.45 | 50.93 | 99.37 | - |
| YUV | 185.39 | 165.59 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 252 | 0.42 | 0.24 | 0 | 0.01 | 214.29 | 0.95 | 0.78 |
| Hex | 93 | C0 | FC | 2A | 18 | 0 | 1 | D6 | 5F | 4E |
| Octal | 223 | 300 | 374 | 52 | 30 | 0 | 1 | 326 | 137 | 116 |
| Binary | 10010011 | 11000000 | 11111100 | 101010 | 11000 | 0 | 1 | 11010110 | 1011111 | 1001110 |
Color Harmonies of #93C0FC
Complementary color
Monochromatic Colors of #93C0FC
Black with #93C0FC
Text Example
Text Example
White with #93C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0FC; }
p { color: rgb(147,192,252); }
H1.HeaderClassName
{
color: #93C0FC;
}
.AnyTagClassName
{
color: #93C0FC;
}
</style>
background-color css
<style>
a { background-color: #93C0FC; }
a { background-color: rgb(147,192,252); }
div.DivClassName
{
background-color: #93C0FC;
}
.BgClassName
{
background-color: #93C0FC;
}
</style>
border-color css
<style>
span { border-color: #93C0FC; }
span { border-color: rgb(147,192,252); }
td.TdClassName
{
border-color: #93C0FC;
}
.TagClassName
{
border-color: #93C0FC;
}
</style>