Shades of Light Sky Blue #93C8FD
Tints of Light Sky Blue #93C8FD
RGB
CMYK
RGB Variations
Color information
#93C8FD (or 0x93C8FD) is known color: Light Sky Blue. HEX triplet: 93, C8 and FD. RGB value is (147,200,253). Sum of RGB (Red+Green+Blue) = 147+200+253=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #93C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C8FD is #6C3702. Grayscale: #BDBDBD. Windows color (decimal): -7091971 or 16631955. OLE color: 16631955.
HSL color Cylindrical-coordinate representation of color #93C8FD: hue angle of 210º 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 #93C8FD is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 200 | 253 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.01 |
| HSL | 210º | 0.96% | 0.78% | - |
| HSV(B) | 210º | 0.42% | 0.99% | - |
| XYZ | 50.42 | 54.6 | 100.81 | - |
| YUV | 190.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 253 | 0.42 | 0.21 | 0 | 0.01 | 210 | 0.96 | 0.78 |
| Hex | 93 | C8 | FD | 2A | 15 | 0 | 1 | D2 | 60 | 4E |
| Octal | 223 | 310 | 375 | 52 | 25 | 0 | 1 | 322 | 140 | 116 |
| Binary | 10010011 | 11001000 | 11111101 | 101010 | 10101 | 0 | 1 | 11010010 | 1100000 | 1001110 |
Color Harmonies of #93C8FD
Complementary color
Monochromatic Colors of #93C8FD
Black with #93C8FD
Text Example
Text Example
White with #93C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C8FD; }
p { color: rgb(147,200,253); }
H1.HeaderClassName
{
color: #93C8FD;
}
.AnyTagClassName
{
color: #93C8FD;
}
</style>
background-color css
<style>
a { background-color: #93C8FD; }
a { background-color: rgb(147,200,253); }
div.DivClassName
{
background-color: #93C8FD;
}
.BgClassName
{
background-color: #93C8FD;
}
</style>
border-color css
<style>
span { border-color: #93C8FD; }
span { border-color: rgb(147,200,253); }
td.TdClassName
{
border-color: #93C8FD;
}
.TagClassName
{
border-color: #93C8FD;
}
</style>