Shades of Light Sky Blue #92BFFB
Tints of Light Sky Blue #92BFFB
RGB
CMYK
RGB Variations
Color information
#92BFFB (or 0x92BFFB) is known color: Light Sky Blue. HEX triplet: 92, BF and FB. RGB value is (146,191,251). Sum of RGB (Red+Green+Blue) = 146+191+251=588 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.83% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #92BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BFFB is #6D4004. Grayscale: #B8B8B8. Windows color (decimal): -7159813 or 16498578. OLE color: 16498578.
HSL color Cylindrical-coordinate representation of color #92BFFB: hue angle of 214.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 #92BFFB is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 191 | 251 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.02 |
| HSL | 214.29º | 0.93% | 0.78% | - |
| HSV(B) | 214.29º | 0.42% | 0.98% | - |
| XYZ | 47.9 | 50.34 | 98.46 | - |
| YUV | 184.39 | 165.59 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 251 | 0.42 | 0.24 | 0 | 0.02 | 214.29 | 0.93 | 0.78 |
| Hex | 92 | BF | FB | 2A | 18 | 0 | 2 | D6 | 5D | 4E |
| Octal | 222 | 277 | 373 | 52 | 30 | 0 | 2 | 326 | 135 | 116 |
| Binary | 10010010 | 10111111 | 11111011 | 101010 | 11000 | 0 | 10 | 11010110 | 1011101 | 1001110 |
Color Harmonies of #92BFFB
Complementary color
Monochromatic Colors of #92BFFB
Black with #92BFFB
Text Example
Text Example
White with #92BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BFFB; }
p { color: rgb(146,191,251); }
H1.HeaderClassName
{
color: #92BFFB;
}
.AnyTagClassName
{
color: #92BFFB;
}
</style>
background-color css
<style>
a { background-color: #92BFFB; }
a { background-color: rgb(146,191,251); }
div.DivClassName
{
background-color: #92BFFB;
}
.BgClassName
{
background-color: #92BFFB;
}
</style>
border-color css
<style>
span { border-color: #92BFFB; }
span { border-color: rgb(146,191,251); }
td.TdClassName
{
border-color: #92BFFB;
}
.TagClassName
{
border-color: #92BFFB;
}
</style>