Shades of Light Sky Blue #93BDF6
Tints of Light Sky Blue #93BDF6
RGB
CMYK
RGB Variations
Color information
#93BDF6 (or 0x93BDF6) is known color: Light Sky Blue. HEX triplet: 93, BD and F6. RGB value is (147,189,246). Sum of RGB (Red+Green+Blue) = 147+189+246=582 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.26% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #93BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDF6 is #6C4209. Grayscale: #B6B6B6. Windows color (decimal): -7094794 or 16170387. OLE color: 16170387.
HSL color Cylindrical-coordinate representation of color #93BDF6: hue angle of 214.55º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BDF6 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 189 | 246 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.04 |
| HSL | 214.55º | 0.85% | 0.77% | - |
| HSV(B) | 214.55º | 0.4% | 0.96% | - |
| XYZ | 46.86 | 49.25 | 94.23 | - |
| YUV | 182.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 246 | 0.40 | 0.23 | 0 | 0.04 | 214.55 | 0.85 | 0.77 |
| Hex | 93 | BD | F6 | 28 | 17 | 0 | 4 | D7 | 55 | 4D |
| Octal | 223 | 275 | 366 | 50 | 27 | 0 | 4 | 327 | 125 | 115 |
| Binary | 10010011 | 10111101 | 11110110 | 101000 | 10111 | 0 | 100 | 11010111 | 1010101 | 1001101 |
Color Harmonies of #93BDF6
Complementary color
Monochromatic Colors of #93BDF6
Black with #93BDF6
Text Example
Text Example
White with #93BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDF6; }
p { color: rgb(147,189,246); }
H1.HeaderClassName
{
color: #93BDF6;
}
.AnyTagClassName
{
color: #93BDF6;
}
</style>
background-color css
<style>
a { background-color: #93BDF6; }
a { background-color: rgb(147,189,246); }
div.DivClassName
{
background-color: #93BDF6;
}
.BgClassName
{
background-color: #93BDF6;
}
</style>
border-color css
<style>
span { border-color: #93BDF6; }
span { border-color: rgb(147,189,246); }
td.TdClassName
{
border-color: #93BDF6;
}
.TagClassName
{
border-color: #93BDF6;
}
</style>