Shades of Light Sky Blue #93C2FC
Tints of Light Sky Blue #93C2FC
RGB
CMYK
RGB Variations
Color information
#93C2FC (or 0x93C2FC) is known color: Light Sky Blue. HEX triplet: 93, C2 and FC. RGB value is (147,194,252). Sum of RGB (Red+Green+Blue) = 147+194+252=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #93C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C2FC is #6C3D03. Grayscale: #BABABA. Windows color (decimal): -7093508 or 16564883. OLE color: 16564883.
HSL color Cylindrical-coordinate representation of color #93C2FC: hue angle of 213.14º 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 #93C2FC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 194 | 252 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.01 |
| HSL | 213.14º | 0.95% | 0.78% | - |
| HSV(B) | 213.14º | 0.42% | 0.99% | - |
| XYZ | 48.9 | 51.81 | 99.52 | - |
| YUV | 186.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 252 | 0.42 | 0.23 | 0 | 0.01 | 213.14 | 0.95 | 0.78 |
| Hex | 93 | C2 | FC | 2A | 17 | 0 | 1 | D5 | 5F | 4E |
| Octal | 223 | 302 | 374 | 52 | 27 | 0 | 1 | 325 | 137 | 116 |
| Binary | 10010011 | 11000010 | 11111100 | 101010 | 10111 | 0 | 1 | 11010101 | 1011111 | 1001110 |
Color Harmonies of #93C2FC
Complementary color
Monochromatic Colors of #93C2FC
Black with #93C2FC
Text Example
Text Example
White with #93C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C2FC; }
p { color: rgb(147,194,252); }
H1.HeaderClassName
{
color: #93C2FC;
}
.AnyTagClassName
{
color: #93C2FC;
}
</style>
background-color css
<style>
a { background-color: #93C2FC; }
a { background-color: rgb(147,194,252); }
div.DivClassName
{
background-color: #93C2FC;
}
.BgClassName
{
background-color: #93C2FC;
}
</style>
border-color css
<style>
span { border-color: #93C2FC; }
span { border-color: rgb(147,194,252); }
td.TdClassName
{
border-color: #93C2FC;
}
.TagClassName
{
border-color: #93C2FC;
}
</style>