Shades of Light Sky Blue #93BCFE
Tints of Light Sky Blue #93BCFE
RGB
CMYK
RGB Variations
Color information
#93BCFE (or 0x93BCFE) is known color: Light Sky Blue. HEX triplet: 93, BC and FE. RGB value is (147,188,254). Sum of RGB (Red+Green+Blue) = 147+188+254=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #93BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BCFE is #6C4301. Grayscale: #B6B6B6. Windows color (decimal): -7095042 or 16694419. OLE color: 16694419.
HSL color Cylindrical-coordinate representation of color #93BCFE: hue angle of 217.01º 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 #93BCFE is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 188 | 254 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.00 |
| HSL | 217.01º | 0.98% | 0.79% | - |
| HSV(B) | 217.01º | 0.42% | 1% | - |
| XYZ | 47.91 | 49.33 | 100.76 | - |
| YUV | 183.27 | 167.92 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 254 | 0.42 | 0.26 | 0 | 0.00 | 217.01 | 0.98 | 0.79 |
| Hex | 93 | BC | FE | 2A | 1A | 0 | 0 | D9 | 62 | 4F |
| Octal | 223 | 274 | 376 | 52 | 32 | 0 | 0 | 331 | 142 | 117 |
| Binary | 10010011 | 10111100 | 11111110 | 101010 | 11010 | 0 | 0 | 11011001 | 1100010 | 1001111 |
Color Harmonies of #93BCFE
Complementary color
Monochromatic Colors of #93BCFE
Black with #93BCFE
Text Example
Text Example
White with #93BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCFE; }
p { color: rgb(147,188,254); }
H1.HeaderClassName
{
color: #93BCFE;
}
.AnyTagClassName
{
color: #93BCFE;
}
</style>
background-color css
<style>
a { background-color: #93BCFE; }
a { background-color: rgb(147,188,254); }
div.DivClassName
{
background-color: #93BCFE;
}
.BgClassName
{
background-color: #93BCFE;
}
</style>
border-color css
<style>
span { border-color: #93BCFE; }
span { border-color: rgb(147,188,254); }
td.TdClassName
{
border-color: #93BCFE;
}
.TagClassName
{
border-color: #93BCFE;
}
</style>