Shades of Light Sky Blue #93D0FC
Tints of Light Sky Blue #93D0FC
RGB
CMYK
RGB Variations
Color information
#93D0FC (or 0x93D0FC) is known color: Light Sky Blue. HEX triplet: 93, D0 and FC. RGB value is (147,208,252). Sum of RGB (Red+Green+Blue) = 147+208+252=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #93D0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D0FC is #6C2F03. Grayscale: #C2C2C2. Windows color (decimal): -7089924 or 16568467. OLE color: 16568467.
HSL color Cylindrical-coordinate representation of color #93D0FC: hue angle of 205.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 #93D0FC is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 208 | 252 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.01 |
| HSL | 205.14º | 0.95% | 0.78% | - |
| HSV(B) | 205.14º | 0.42% | 0.99% | - |
| XYZ | 52.16 | 58.34 | 100.61 | - |
| YUV | 194.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 252 | 0.42 | 0.17 | 0 | 0.01 | 205.14 | 0.95 | 0.78 |
| Hex | 93 | D0 | FC | 2A | 11 | 0 | 1 | CD | 5F | 4E |
| Octal | 223 | 320 | 374 | 52 | 21 | 0 | 1 | 315 | 137 | 116 |
| Binary | 10010011 | 11010000 | 11111100 | 101010 | 10001 | 0 | 1 | 11001101 | 1011111 | 1001110 |
Color Harmonies of #93D0FC
Complementary color
Monochromatic Colors of #93D0FC
Black with #93D0FC
Text Example
Text Example
White with #93D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0FC; }
p { color: rgb(147,208,252); }
H1.HeaderClassName
{
color: #93D0FC;
}
.AnyTagClassName
{
color: #93D0FC;
}
</style>
background-color css
<style>
a { background-color: #93D0FC; }
a { background-color: rgb(147,208,252); }
div.DivClassName
{
background-color: #93D0FC;
}
.BgClassName
{
background-color: #93D0FC;
}
</style>
border-color css
<style>
span { border-color: #93D0FC; }
span { border-color: rgb(147,208,252); }
td.TdClassName
{
border-color: #93D0FC;
}
.TagClassName
{
border-color: #93D0FC;
}
</style>