Shades of Light Sky Blue #92B8FB
Tints of Light Sky Blue #92B8FB
RGB
CMYK
RGB Variations
Color information
#92B8FB (or 0x92B8FB) is known color: Light Sky Blue. HEX triplet: 92, B8 and FB. RGB value is (146,184,251). Sum of RGB (Red+Green+Blue) = 146+184+251=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #92B8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B8FB is #6D4704. Grayscale: #B3B3B3. Windows color (decimal): -7161605 or 16496786. OLE color: 16496786.
HSL color Cylindrical-coordinate representation of color #92B8FB: hue angle of 218.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92B8FB is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 184 | 251 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.02 |
| HSL | 218.29º | 0.93% | 0.78% | - |
| HSV(B) | 218.29º | 0.42% | 0.98% | - |
| XYZ | 46.41 | 47.36 | 97.96 | - |
| YUV | 180.28 | 167.91 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 251 | 0.42 | 0.27 | 0 | 0.02 | 218.29 | 0.93 | 0.78 |
| Hex | 92 | B8 | FB | 2A | 1B | 0 | 2 | DA | 5D | 4E |
| Octal | 222 | 270 | 373 | 52 | 33 | 0 | 2 | 332 | 135 | 116 |
| Binary | 10010010 | 10111000 | 11111011 | 101010 | 11011 | 0 | 10 | 11011010 | 1011101 | 1001110 |
Color Harmonies of #92B8FB
Complementary color
Monochromatic Colors of #92B8FB
Black with #92B8FB
Text Example
Text Example
White with #92B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B8FB; }
p { color: rgb(146,184,251); }
H1.HeaderClassName
{
color: #92B8FB;
}
.AnyTagClassName
{
color: #92B8FB;
}
</style>
background-color css
<style>
a { background-color: #92B8FB; }
a { background-color: rgb(146,184,251); }
div.DivClassName
{
background-color: #92B8FB;
}
.BgClassName
{
background-color: #92B8FB;
}
</style>
border-color css
<style>
span { border-color: #92B8FB; }
span { border-color: rgb(146,184,251); }
td.TdClassName
{
border-color: #92B8FB;
}
.TagClassName
{
border-color: #92B8FB;
}
</style>