Shades of Light Sky Blue #93BAFE
Tints of Light Sky Blue #93BAFE
RGB
CMYK
RGB Variations
Color information
#93BAFE (or 0x93BAFE) is known color: Light Sky Blue. HEX triplet: 93, BA and FE. RGB value is (147,186,254). Sum of RGB (Red+Green+Blue) = 147+186+254=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #93BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAFE is #6C4501. Grayscale: #B5B5B5. Windows color (decimal): -7095554 or 16693907. OLE color: 16693907.
HSL color Cylindrical-coordinate representation of color #93BAFE: hue angle of 218.13º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93BAFE is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 186 | 254 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.00 |
| HSL | 218.13º | 0.98% | 0.79% | - |
| HSV(B) | 218.13º | 0.42% | 1% | - |
| XYZ | 47.48 | 48.48 | 100.62 | - |
| YUV | 182.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 254 | 0.42 | 0.27 | 0 | 0.00 | 218.13 | 0.98 | 0.79 |
| Hex | 93 | BA | FE | 2A | 1B | 0 | 0 | DA | 62 | 4F |
| Octal | 223 | 272 | 376 | 52 | 33 | 0 | 0 | 332 | 142 | 117 |
| Binary | 10010011 | 10111010 | 11111110 | 101010 | 11011 | 0 | 0 | 11011010 | 1100010 | 1001111 |
Color Harmonies of #93BAFE
Complementary color
Monochromatic Colors of #93BAFE
Black with #93BAFE
Text Example
Text Example
White with #93BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BAFE; }
p { color: rgb(147,186,254); }
H1.HeaderClassName
{
color: #93BAFE;
}
.AnyTagClassName
{
color: #93BAFE;
}
</style>
background-color css
<style>
a { background-color: #93BAFE; }
a { background-color: rgb(147,186,254); }
div.DivClassName
{
background-color: #93BAFE;
}
.BgClassName
{
background-color: #93BAFE;
}
</style>
border-color css
<style>
span { border-color: #93BAFE; }
span { border-color: rgb(147,186,254); }
td.TdClassName
{
border-color: #93BAFE;
}
.TagClassName
{
border-color: #93BAFE;
}
</style>