Shades of Light Sky Blue #93BBFF
Tints of Light Sky Blue #93BBFF
RGB
CMYK
RGB Variations
Color information
#93BBFF (or 0x93BBFF) is known color: Light Sky Blue. HEX triplet: 93, BB and FF. RGB value is (147,187,255). Sum of RGB (Red+Green+Blue) = 147+187+255=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #93BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BBFF is #6C4400. Grayscale: #B6B6B6. Windows color (decimal): -7095297 or 16759699. OLE color: 16759699.
HSL color Cylindrical-coordinate representation of color #93BBFF: hue angle of 217.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93BBFF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 187 | 255 | - |
| CMYK | 0.42 | 0.27 | 0 | 0 |
| HSL | 217.78º | 1% | 0.79% | - |
| HSV(B) | 217.78º | 0.42% | 1% | - |
| XYZ | 47.85 | 48.96 | 101.54 | - |
| YUV | 182.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 255 | 0.42 | 0.27 | 0 | 0 | 217.78 | 1 | 0.79 |
| Hex | 93 | BB | FF | 2A | 1B | 0 | 0 | DA | 64 | 4F |
| Octal | 223 | 273 | 377 | 52 | 33 | 0 | 0 | 332 | 144 | 117 |
| Binary | 10010011 | 10111011 | 11111111 | 101010 | 11011 | 0 | 0 | 11011010 | 1100100 | 1001111 |
Color Harmonies of #93BBFF
Complementary color
Monochromatic Colors of #93BBFF
Black with #93BBFF
Text Example
Text Example
White with #93BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBFF; }
p { color: rgb(147,187,255); }
H1.HeaderClassName
{
color: #93BBFF;
}
.AnyTagClassName
{
color: #93BBFF;
}
</style>
background-color css
<style>
a { background-color: #93BBFF; }
a { background-color: rgb(147,187,255); }
div.DivClassName
{
background-color: #93BBFF;
}
.BgClassName
{
background-color: #93BBFF;
}
</style>
border-color css
<style>
span { border-color: #93BBFF; }
span { border-color: rgb(147,187,255); }
td.TdClassName
{
border-color: #93BBFF;
}
.TagClassName
{
border-color: #93BBFF;
}
</style>