Shades of Light Sky Blue #93BFF7
Tints of Light Sky Blue #93BFF7
RGB
CMYK
RGB Variations
Color information
#93BFF7 (or 0x93BFF7) is known color: Light Sky Blue. HEX triplet: 93, BF and F7. RGB value is (147,191,247). Sum of RGB (Red+Green+Blue) = 147+191+247=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #93BFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFF7 is #6C4008. Grayscale: #B7B7B7. Windows color (decimal): -7094281 or 16236435. OLE color: 16236435.
HSL color Cylindrical-coordinate representation of color #93BFF7: hue angle of 213.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BFF7 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 191 | 247 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.03 |
| HSL | 213.6º | 0.86% | 0.77% | - |
| HSV(B) | 213.6º | 0.4% | 0.97% | - |
| XYZ | 47.45 | 50.18 | 95.18 | - |
| YUV | 184.23 | 163.42 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 247 | 0.40 | 0.23 | 0 | 0.03 | 213.6 | 0.86 | 0.77 |
| Hex | 93 | BF | F7 | 28 | 17 | 0 | 3 | D6 | 56 | 4D |
| Octal | 223 | 277 | 367 | 50 | 27 | 0 | 3 | 326 | 126 | 115 |
| Binary | 10010011 | 10111111 | 11110111 | 101000 | 10111 | 0 | 11 | 11010110 | 1010110 | 1001101 |
Color Harmonies of #93BFF7
Complementary color
Monochromatic Colors of #93BFF7
Black with #93BFF7
Text Example
Text Example
White with #93BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFF7; }
p { color: rgb(147,191,247); }
H1.HeaderClassName
{
color: #93BFF7;
}
.AnyTagClassName
{
color: #93BFF7;
}
</style>
background-color css
<style>
a { background-color: #93BFF7; }
a { background-color: rgb(147,191,247); }
div.DivClassName
{
background-color: #93BFF7;
}
.BgClassName
{
background-color: #93BFF7;
}
</style>
border-color css
<style>
span { border-color: #93BFF7; }
span { border-color: rgb(147,191,247); }
td.TdClassName
{
border-color: #93BFF7;
}
.TagClassName
{
border-color: #93BFF7;
}
</style>