Shades of Perano #92B0F6
Tints of Perano #92B0F6
RGB
CMYK
RGB Variations
Color information
#92B0F6 (or 0x92B0F6) is known color: Perano. HEX triplet: 92, B0 and F6. RGB value is (146,176,246). Sum of RGB (Red+Green+Blue) = 146+176+246=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #92B0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B0F6 is #6D4F09. Grayscale: #AEAEAE. Windows color (decimal): -7163658 or 16167058. OLE color: 16167058.
HSL color Cylindrical-coordinate representation of color #92B0F6: hue angle of 222º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92B0F6 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 176 | 246 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.04 |
| HSL | 222º | 0.85% | 0.77% | - |
| HSV(B) | 222º | 0.41% | 0.96% | - |
| XYZ | 44.01 | 43.82 | 93.33 | - |
| YUV | 175.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 246 | 0.41 | 0.28 | 0 | 0.04 | 222 | 0.85 | 0.77 |
| Hex | 92 | B0 | F6 | 29 | 1C | 0 | 4 | DE | 55 | 4D |
| Octal | 222 | 260 | 366 | 51 | 34 | 0 | 4 | 336 | 125 | 115 |
| Binary | 10010010 | 10110000 | 11110110 | 101001 | 11100 | 0 | 100 | 11011110 | 1010101 | 1001101 |
Color Harmonies of #92B0F6
Complementary color
Monochromatic Colors of #92B0F6
Black with #92B0F6
Text Example
Text Example
White with #92B0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0F6; }
p { color: rgb(146,176,246); }
H1.HeaderClassName
{
color: #92B0F6;
}
.AnyTagClassName
{
color: #92B0F6;
}
</style>
background-color css
<style>
a { background-color: #92B0F6; }
a { background-color: rgb(146,176,246); }
div.DivClassName
{
background-color: #92B0F6;
}
.BgClassName
{
background-color: #92B0F6;
}
</style>
border-color css
<style>
span { border-color: #92B0F6; }
span { border-color: rgb(146,176,246); }
td.TdClassName
{
border-color: #92B0F6;
}
.TagClassName
{
border-color: #92B0F6;
}
</style>