Shades of Light Sky Blue #92BFF9
Tints of Light Sky Blue #92BFF9
RGB
CMYK
RGB Variations
Color information
#92BFF9 (or 0x92BFF9) is known color: Light Sky Blue. HEX triplet: 92, BF and F9. RGB value is (146,191,249). Sum of RGB (Red+Green+Blue) = 146+191+249=586 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.91% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #92BFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BFF9 is #6D4006. Grayscale: #B7B7B7. Windows color (decimal): -7159815 or 16367506. OLE color: 16367506.
HSL color Cylindrical-coordinate representation of color #92BFF9: hue angle of 213.79º 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 #92BFF9 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 191 | 249 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.02 |
| HSL | 213.79º | 0.9% | 0.77% | - |
| HSV(B) | 213.79º | 0.41% | 0.98% | - |
| XYZ | 47.58 | 50.21 | 96.81 | - |
| YUV | 184.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 249 | 0.41 | 0.23 | 0 | 0.02 | 213.79 | 0.9 | 0.77 |
| Hex | 92 | BF | F9 | 29 | 17 | 0 | 2 | D6 | 5A | 4D |
| Octal | 222 | 277 | 371 | 51 | 27 | 0 | 2 | 326 | 132 | 115 |
| Binary | 10010010 | 10111111 | 11111001 | 101001 | 10111 | 0 | 10 | 11010110 | 1011010 | 1001101 |
Color Harmonies of #92BFF9
Complementary color
Monochromatic Colors of #92BFF9
Black with #92BFF9
Text Example
Text Example
White with #92BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BFF9; }
p { color: rgb(146,191,249); }
H1.HeaderClassName
{
color: #92BFF9;
}
.AnyTagClassName
{
color: #92BFF9;
}
</style>
background-color css
<style>
a { background-color: #92BFF9; }
a { background-color: rgb(146,191,249); }
div.DivClassName
{
background-color: #92BFF9;
}
.BgClassName
{
background-color: #92BFF9;
}
</style>
border-color css
<style>
span { border-color: #92BFF9; }
span { border-color: rgb(146,191,249); }
td.TdClassName
{
border-color: #92BFF9;
}
.TagClassName
{
border-color: #92BFF9;
}
</style>