#92B6F9

Color #92B6F9 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #92B6F9

Tints of Perano #92B6F9

Color information

#92B6F9 (or 0x92B6F9) is unknown color: approx Perano. HEX triplet: 92, B6 and F9. RGB value is (146,182,249). Sum of RGB (Red+Green+Blue) = 146+182+249=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #92B6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B6F9 is #6D4906. Grayscale: #B2B2B2. Windows color (decimal): -7162119 or 16365202. OLE color: 16365202.

HSL color Cylindrical-coordinate representation of color #92B6F9: hue angle of 219.03º 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 #92B6F9 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146182249-
CMYK0.410.2700.02
HSL219.03º89.57%77.45%-
HSV(B)219.03º41.37%97.65%-
XYZ45.6846.4196.17-
YUV178.87167.57104.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 25.30%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=25.30%
G=31.54%
B=43.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461822490.410.2700.02219.0389.5777.45
Hex92B6F9291B02db5a4d
Octal222266371513302333132115
Binary100100101011011011111001101001110110101101101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92B6F9; }

 p { color: rgb(146,182,249); }

 H1.HeaderClassName
 {
   color: #92B6F9;
 }
 .AnyTagClassName
 {
   color: #92B6F9;
 }
</style>
background-color css

<style>
 a { background-color: #92B6F9; }

 a { background-color: rgb(146,182,249); }

 div.DivClassName
 {
   background-color: #92B6F9;
 }
 .BgClassName
 {
   background-color: #92B6F9;
 }
</style>
border-color css

<style>
 span { border-color: #92B6F9; }

 span { border-color: rgb(146,182,249); }

 td.TdClassName
 {
   border-color: #92B6F9;
 }
 .TagClassName
 {
   border-color: #92B6F9;
 }
</style>