Shades of Light Sky Blue #93BDF8
Tints of Light Sky Blue #93BDF8
RGB
CMYK
RGB Variations
Color information
#93BDF8 (or 0x93BDF8) is known color: Light Sky Blue. HEX triplet: 93, BD and F8. RGB value is (147,189,248). Sum of RGB (Red+Green+Blue) = 147+189+248=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #93BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDF8 is #6C4207. Grayscale: #B6B6B6. Windows color (decimal): -7094792 or 16301459. OLE color: 16301459.
HSL color Cylindrical-coordinate representation of color #93BDF8: hue angle of 215.05º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93BDF8 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 189 | 248 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.03 |
| HSL | 215.05º | 0.88% | 0.77% | - |
| HSV(B) | 215.05º | 0.41% | 0.97% | - |
| XYZ | 47.17 | 49.38 | 95.85 | - |
| YUV | 183.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 248 | 0.41 | 0.24 | 0 | 0.03 | 215.05 | 0.88 | 0.77 |
| Hex | 93 | BD | F8 | 29 | 18 | 0 | 3 | D7 | 58 | 4D |
| Octal | 223 | 275 | 370 | 51 | 30 | 0 | 3 | 327 | 130 | 115 |
| Binary | 10010011 | 10111101 | 11111000 | 101001 | 11000 | 0 | 11 | 11010111 | 1011000 | 1001101 |
Color Harmonies of #93BDF8
Complementary color
Monochromatic Colors of #93BDF8
Black with #93BDF8
Text Example
Text Example
White with #93BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BDF8; }
p { color: rgb(147,189,248); }
H1.HeaderClassName
{
color: #93BDF8;
}
.AnyTagClassName
{
color: #93BDF8;
}
</style>
background-color css
<style>
a { background-color: #93BDF8; }
a { background-color: rgb(147,189,248); }
div.DivClassName
{
background-color: #93BDF8;
}
.BgClassName
{
background-color: #93BDF8;
}
</style>
border-color css
<style>
span { border-color: #93BDF8; }
span { border-color: rgb(147,189,248); }
td.TdClassName
{
border-color: #93BDF8;
}
.TagClassName
{
border-color: #93BDF8;
}
</style>