Shades of Light Sky Blue #93C0FF
Tints of Light Sky Blue #93C0FF
RGB
CMYK
RGB Variations
Color information
#93C0FF (or 0x93C0FF) is known color: Light Sky Blue. HEX triplet: 93, C0 and FF. RGB value is (147,192,255). Sum of RGB (Red+Green+Blue) = 147+192+255=594 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.75% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #93C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C0FF is #6C3F00. Grayscale: #B9B9B9. Windows color (decimal): -7094017 or 16760979. OLE color: 16760979.
HSL color Cylindrical-coordinate representation of color #93C0FF: hue angle of 215º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93C0FF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 192 | 255 | - |
| CMYK | 0.42 | 0.25 | 0 | 0 |
| HSL | 215º | 1% | 0.79% | - |
| HSV(B) | 215º | 0.42% | 1% | - |
| XYZ | 48.93 | 51.12 | 101.9 | - |
| YUV | 185.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 255 | 0.42 | 0.25 | 0 | 0 | 215 | 1 | 0.79 |
| Hex | 93 | C0 | FF | 2A | 19 | 0 | 0 | D7 | 64 | 4F |
| Octal | 223 | 300 | 377 | 52 | 31 | 0 | 0 | 327 | 144 | 117 |
| Binary | 10010011 | 11000000 | 11111111 | 101010 | 11001 | 0 | 0 | 11010111 | 1100100 | 1001111 |
Color Harmonies of #93C0FF
Complementary color
Monochromatic Colors of #93C0FF
Black with #93C0FF
Text Example
Text Example
White with #93C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0FF; }
p { color: rgb(147,192,255); }
H1.HeaderClassName
{
color: #93C0FF;
}
.AnyTagClassName
{
color: #93C0FF;
}
</style>
background-color css
<style>
a { background-color: #93C0FF; }
a { background-color: rgb(147,192,255); }
div.DivClassName
{
background-color: #93C0FF;
}
.BgClassName
{
background-color: #93C0FF;
}
</style>
border-color css
<style>
span { border-color: #93C0FF; }
span { border-color: rgb(147,192,255); }
td.TdClassName
{
border-color: #93C0FF;
}
.TagClassName
{
border-color: #93C0FF;
}
</style>