Shades of Light Sky Blue #93C2F7
Tints of Light Sky Blue #93C2F7
RGB
CMYK
RGB Variations
Color information
#93C2F7 (or 0x93C2F7) is known color: Light Sky Blue. HEX triplet: 93, C2 and F7. RGB value is (147,194,247). Sum of RGB (Red+Green+Blue) = 147+194+247=588 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #93C2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C2F7 is #6C3D08. Grayscale: #B9B9B9. Windows color (decimal): -7093513 or 16237203. OLE color: 16237203.
HSL color Cylindrical-coordinate representation of color #93C2F7: hue angle of 211.8º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93C2F7 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 194 | 247 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.03 |
| HSL | 211.8º | 0.86% | 0.77% | - |
| HSV(B) | 211.8º | 0.4% | 0.97% | - |
| XYZ | 48.11 | 51.5 | 95.4 | - |
| YUV | 185.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 247 | 0.40 | 0.21 | 0 | 0.03 | 211.8 | 0.86 | 0.77 |
| Hex | 93 | C2 | F7 | 28 | 15 | 0 | 3 | D4 | 56 | 4D |
| Octal | 223 | 302 | 367 | 50 | 25 | 0 | 3 | 324 | 126 | 115 |
| Binary | 10010011 | 11000010 | 11110111 | 101000 | 10101 | 0 | 11 | 11010100 | 1010110 | 1001101 |
Color Harmonies of #93C2F7
Complementary color
Monochromatic Colors of #93C2F7
Black with #93C2F7
Text Example
Text Example
White with #93C2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C2F7; }
p { color: rgb(147,194,247); }
H1.HeaderClassName
{
color: #93C2F7;
}
.AnyTagClassName
{
color: #93C2F7;
}
</style>
background-color css
<style>
a { background-color: #93C2F7; }
a { background-color: rgb(147,194,247); }
div.DivClassName
{
background-color: #93C2F7;
}
.BgClassName
{
background-color: #93C2F7;
}
</style>
border-color css
<style>
span { border-color: #93C2F7; }
span { border-color: rgb(147,194,247); }
td.TdClassName
{
border-color: #93C2F7;
}
.TagClassName
{
border-color: #93C2F7;
}
</style>