Shades of Light Sky Blue #92C8F9
Tints of Light Sky Blue #92C8F9
RGB
CMYK
RGB Variations
Color information
#92C8F9 (or 0x92C8F9) is known color: Light Sky Blue. HEX triplet: 92, C8 and F9. RGB value is (146,200,249). Sum of RGB (Red+Green+Blue) = 146+200+249=595 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.54% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #92C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C8F9 is #6D3706. Grayscale: #BDBDBD. Windows color (decimal): -7157511 or 16369810. OLE color: 16369810.
HSL color Cylindrical-coordinate representation of color #92C8F9: hue angle of 208.54º 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 #92C8F9 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 200 | 249 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.02 |
| HSL | 208.54º | 0.9% | 0.77% | - |
| HSV(B) | 208.54º | 0.41% | 0.98% | - |
| XYZ | 49.61 | 54.26 | 97.48 | - |
| YUV | 189.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 249 | 0.41 | 0.20 | 0 | 0.02 | 208.54 | 0.9 | 0.77 |
| Hex | 92 | C8 | F9 | 29 | 14 | 0 | 2 | D1 | 5A | 4D |
| Octal | 222 | 310 | 371 | 51 | 24 | 0 | 2 | 321 | 132 | 115 |
| Binary | 10010010 | 11001000 | 11111001 | 101001 | 10100 | 0 | 10 | 11010001 | 1011010 | 1001101 |
Color Harmonies of #92C8F9
Complementary color
Monochromatic Colors of #92C8F9
Black with #92C8F9
Text Example
Text Example
White with #92C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C8F9; }
p { color: rgb(146,200,249); }
H1.HeaderClassName
{
color: #92C8F9;
}
.AnyTagClassName
{
color: #92C8F9;
}
</style>
background-color css
<style>
a { background-color: #92C8F9; }
a { background-color: rgb(146,200,249); }
div.DivClassName
{
background-color: #92C8F9;
}
.BgClassName
{
background-color: #92C8F9;
}
</style>
border-color css
<style>
span { border-color: #92C8F9; }
span { border-color: rgb(146,200,249); }
td.TdClassName
{
border-color: #92C8F9;
}
.TagClassName
{
border-color: #92C8F9;
}
</style>