Shades of Light Sky Blue #93BEFF
Tints of Light Sky Blue #93BEFF
RGB
CMYK
RGB Variations
Color information
#93BEFF (or 0x93BEFF) is known color: Light Sky Blue. HEX triplet: 93, BE and FF. RGB value is (147,190,255). Sum of RGB (Red+Green+Blue) = 147+190+255=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #93BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BEFF is #6C4100. Grayscale: #B8B8B8. Windows color (decimal): -7094529 or 16760467. OLE color: 16760467.
HSL color Cylindrical-coordinate representation of color #93BEFF: hue angle of 216.11º 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 #93BEFF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 190 | 255 | - |
| CMYK | 0.42 | 0.25 | 0 | 0 |
| HSL | 216.11º | 1% | 0.79% | - |
| HSV(B) | 216.11º | 0.42% | 1% | - |
| XYZ | 48.5 | 50.25 | 101.75 | - |
| YUV | 184.55 | 167.75 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 255 | 0.42 | 0.25 | 0 | 0 | 216.11 | 1 | 0.79 |
| Hex | 93 | BE | FF | 2A | 19 | 0 | 0 | D8 | 64 | 4F |
| Octal | 223 | 276 | 377 | 52 | 31 | 0 | 0 | 330 | 144 | 117 |
| Binary | 10010011 | 10111110 | 11111111 | 101010 | 11001 | 0 | 0 | 11011000 | 1100100 | 1001111 |
Color Harmonies of #93BEFF
Complementary color
Monochromatic Colors of #93BEFF
Black with #93BEFF
Text Example
Text Example
White with #93BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEFF; }
p { color: rgb(147,190,255); }
H1.HeaderClassName
{
color: #93BEFF;
}
.AnyTagClassName
{
color: #93BEFF;
}
</style>
background-color css
<style>
a { background-color: #93BEFF; }
a { background-color: rgb(147,190,255); }
div.DivClassName
{
background-color: #93BEFF;
}
.BgClassName
{
background-color: #93BEFF;
}
</style>
border-color css
<style>
span { border-color: #93BEFF; }
span { border-color: rgb(147,190,255); }
td.TdClassName
{
border-color: #93BEFF;
}
.TagClassName
{
border-color: #93BEFF;
}
</style>