Shades of Light Sky Blue #92C2F9
Tints of Light Sky Blue #92C2F9
RGB
CMYK
RGB Variations
Color information
#92C2F9 (or 0x92C2F9) is known color: Light Sky Blue. HEX triplet: 92, C2 and F9. RGB value is (146,194,249). Sum of RGB (Red+Green+Blue) = 146+194+249=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #92C2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C2F9 is #6D3D06. Grayscale: #B9B9B9. Windows color (decimal): -7159047 or 16368274. OLE color: 16368274.
HSL color Cylindrical-coordinate representation of color #92C2F9: hue angle of 212.04º 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 #92C2F9 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 194 | 249 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.02 |
| HSL | 212.04º | 0.9% | 0.77% | - |
| HSV(B) | 212.04º | 0.41% | 0.98% | - |
| XYZ | 48.24 | 51.53 | 97.03 | - |
| YUV | 185.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 249 | 0.41 | 0.22 | 0 | 0.02 | 212.04 | 0.9 | 0.77 |
| Hex | 92 | C2 | F9 | 29 | 16 | 0 | 2 | D4 | 5A | 4D |
| Octal | 222 | 302 | 371 | 51 | 26 | 0 | 2 | 324 | 132 | 115 |
| Binary | 10010010 | 11000010 | 11111001 | 101001 | 10110 | 0 | 10 | 11010100 | 1011010 | 1001101 |
Color Harmonies of #92C2F9
Complementary color
Monochromatic Colors of #92C2F9
Black with #92C2F9
Text Example
Text Example
White with #92C2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C2F9; }
p { color: rgb(146,194,249); }
H1.HeaderClassName
{
color: #92C2F9;
}
.AnyTagClassName
{
color: #92C2F9;
}
</style>
background-color css
<style>
a { background-color: #92C2F9; }
a { background-color: rgb(146,194,249); }
div.DivClassName
{
background-color: #92C2F9;
}
.BgClassName
{
background-color: #92C2F9;
}
</style>
border-color css
<style>
span { border-color: #92C2F9; }
span { border-color: rgb(146,194,249); }
td.TdClassName
{
border-color: #92C2F9;
}
.TagClassName
{
border-color: #92C2F9;
}
</style>