Shades of Light Sky Blue #92BBF9
Tints of Light Sky Blue #92BBF9
RGB
CMYK
RGB Variations
Color information
#92BBF9 (or 0x92BBF9) is known color: Light Sky Blue. HEX triplet: 92, BB and F9. RGB value is (146,187,249). Sum of RGB (Red+Green+Blue) = 146+187+249=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #92BBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBF9 is #6D4406. Grayscale: #B5B5B5. Windows color (decimal): -7160839 or 16366482. OLE color: 16366482.
HSL color Cylindrical-coordinate representation of color #92BBF9: hue angle of 216.12º 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 #92BBF9 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 187 | 249 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.02 |
| HSL | 216.12º | 0.9% | 0.77% | - |
| HSV(B) | 216.12º | 0.41% | 0.98% | - |
| XYZ | 46.72 | 48.49 | 96.52 | - |
| YUV | 181.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 249 | 0.41 | 0.25 | 0 | 0.02 | 216.12 | 0.9 | 0.77 |
| Hex | 92 | BB | F9 | 29 | 19 | 0 | 2 | D8 | 5A | 4D |
| Octal | 222 | 273 | 371 | 51 | 31 | 0 | 2 | 330 | 132 | 115 |
| Binary | 10010010 | 10111011 | 11111001 | 101001 | 11001 | 0 | 10 | 11011000 | 1011010 | 1001101 |
Color Harmonies of #92BBF9
Complementary color
Monochromatic Colors of #92BBF9
Black with #92BBF9
Text Example
Text Example
White with #92BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBF9; }
p { color: rgb(146,187,249); }
H1.HeaderClassName
{
color: #92BBF9;
}
.AnyTagClassName
{
color: #92BBF9;
}
</style>
background-color css
<style>
a { background-color: #92BBF9; }
a { background-color: rgb(146,187,249); }
div.DivClassName
{
background-color: #92BBF9;
}
.BgClassName
{
background-color: #92BBF9;
}
</style>
border-color css
<style>
span { border-color: #92BBF9; }
span { border-color: rgb(146,187,249); }
td.TdClassName
{
border-color: #92BBF9;
}
.TagClassName
{
border-color: #92BBF9;
}
</style>