Shades of Light Sky Blue #93B8FC
Tints of Light Sky Blue #93B8FC
RGB
CMYK
RGB Variations
Color information
#93B8FC (or 0x93B8FC) is known color: Light Sky Blue. HEX triplet: 93, B8 and FC. RGB value is (147,184,252). Sum of RGB (Red+Green+Blue) = 147+184+252=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #93B8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B8FC is #6C4703. Grayscale: #B4B4B4. Windows color (decimal): -7096068 or 16562323. OLE color: 16562323.
HSL color Cylindrical-coordinate representation of color #93B8FC: hue angle of 218.86º 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 #93B8FC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 184 | 252 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.01 |
| HSL | 218.86º | 0.95% | 0.78% | - |
| HSV(B) | 218.86º | 0.42% | 0.99% | - |
| XYZ | 46.74 | 47.51 | 98.8 | - |
| YUV | 180.69 | 168.24 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 252 | 0.42 | 0.27 | 0 | 0.01 | 218.86 | 0.95 | 0.78 |
| Hex | 93 | B8 | FC | 2A | 1B | 0 | 1 | DB | 5F | 4E |
| Octal | 223 | 270 | 374 | 52 | 33 | 0 | 1 | 333 | 137 | 116 |
| Binary | 10010011 | 10111000 | 11111100 | 101010 | 11011 | 0 | 1 | 11011011 | 1011111 | 1001110 |
Color Harmonies of #93B8FC
Complementary color
Monochromatic Colors of #93B8FC
Black with #93B8FC
Text Example
Text Example
White with #93B8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B8FC; }
p { color: rgb(147,184,252); }
H1.HeaderClassName
{
color: #93B8FC;
}
.AnyTagClassName
{
color: #93B8FC;
}
</style>
background-color css
<style>
a { background-color: #93B8FC; }
a { background-color: rgb(147,184,252); }
div.DivClassName
{
background-color: #93B8FC;
}
.BgClassName
{
background-color: #93B8FC;
}
</style>
border-color css
<style>
span { border-color: #93B8FC; }
span { border-color: rgb(147,184,252); }
td.TdClassName
{
border-color: #93B8FC;
}
.TagClassName
{
border-color: #93B8FC;
}
</style>