Shades of Light Sky Blue #92C0F9
Tints of Light Sky Blue #92C0F9
RGB
CMYK
RGB Variations
Color information
#92C0F9 (or 0x92C0F9) is known color: Light Sky Blue. HEX triplet: 92, C0 and F9. RGB value is (146,192,249). Sum of RGB (Red+Green+Blue) = 146+192+249=587 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.87% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #92C0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C0F9 is #6D3F06. Grayscale: #B8B8B8. Windows color (decimal): -7159559 or 16367762. OLE color: 16367762.
HSL color Cylindrical-coordinate representation of color #92C0F9: hue angle of 213.2º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92C0F9 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 192 | 249 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.02 |
| HSL | 213.2º | 0.9% | 0.77% | - |
| HSV(B) | 213.2º | 0.41% | 0.98% | - |
| XYZ | 47.8 | 50.65 | 96.88 | - |
| YUV | 184.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 249 | 0.41 | 0.23 | 0 | 0.02 | 213.2 | 0.9 | 0.77 |
| Hex | 92 | C0 | F9 | 29 | 17 | 0 | 2 | D5 | 5A | 4D |
| Octal | 222 | 300 | 371 | 51 | 27 | 0 | 2 | 325 | 132 | 115 |
| Binary | 10010010 | 11000000 | 11111001 | 101001 | 10111 | 0 | 10 | 11010101 | 1011010 | 1001101 |
Color Harmonies of #92C0F9
Complementary color
Monochromatic Colors of #92C0F9
Black with #92C0F9
Text Example
Text Example
White with #92C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C0F9; }
p { color: rgb(146,192,249); }
H1.HeaderClassName
{
color: #92C0F9;
}
.AnyTagClassName
{
color: #92C0F9;
}
</style>
background-color css
<style>
a { background-color: #92C0F9; }
a { background-color: rgb(146,192,249); }
div.DivClassName
{
background-color: #92C0F9;
}
.BgClassName
{
background-color: #92C0F9;
}
</style>
border-color css
<style>
span { border-color: #92C0F9; }
span { border-color: rgb(146,192,249); }
td.TdClassName
{
border-color: #92C0F9;
}
.TagClassName
{
border-color: #92C0F9;
}
</style>