Shades of Light Sky Blue #92BEFF
Tints of Light Sky Blue #92BEFF
RGB
CMYK
RGB Variations
Color information
#92BEFF (or 0x92BEFF) is known color: Light Sky Blue. HEX triplet: 92, BE and FF. RGB value is (146,190,255). Sum of RGB (Red+Green+Blue) = 146+190+255=591 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.70% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #92BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BEFF is #6D4100. Grayscale: #B7B7B7. Windows color (decimal): -7160065 or 16760466. OLE color: 16760466.
HSL color Cylindrical-coordinate representation of color #92BEFF: hue angle of 215.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92BEFF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 190 | 255 | - |
| CMYK | 0.43 | 0.25 | 0 | 0 |
| HSL | 215.78º | 1% | 0.79% | - |
| HSV(B) | 215.78º | 0.43% | 1% | - |
| XYZ | 48.32 | 50.16 | 101.74 | - |
| YUV | 184.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 255 | 0.43 | 0.25 | 0 | 0 | 215.78 | 1 | 0.79 |
| Hex | 92 | BE | FF | 2B | 19 | 0 | 0 | D8 | 64 | 4F |
| Octal | 222 | 276 | 377 | 53 | 31 | 0 | 0 | 330 | 144 | 117 |
| Binary | 10010010 | 10111110 | 11111111 | 101011 | 11001 | 0 | 0 | 11011000 | 1100100 | 1001111 |
Color Harmonies of #92BEFF
Complementary color
Monochromatic Colors of #92BEFF
Black with #92BEFF
Text Example
Text Example
White with #92BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEFF; }
p { color: rgb(146,190,255); }
H1.HeaderClassName
{
color: #92BEFF;
}
.AnyTagClassName
{
color: #92BEFF;
}
</style>
background-color css
<style>
a { background-color: #92BEFF; }
a { background-color: rgb(146,190,255); }
div.DivClassName
{
background-color: #92BEFF;
}
.BgClassName
{
background-color: #92BEFF;
}
</style>
border-color css
<style>
span { border-color: #92BEFF; }
span { border-color: rgb(146,190,255); }
td.TdClassName
{
border-color: #92BEFF;
}
.TagClassName
{
border-color: #92BEFF;
}
</style>