#92b2f9

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

Shades of Perano #92B2F9

Tints of Perano #92B2F9

Color information

#92B2F9 (or 0x92B2F9) is unknown color: approx Perano. HEX triplet: 92, B2 and F9. RGB value is (146,178,249). Sum of RGB (Red+Green+Blue) = 146+178+249=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #92B2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B2F9 is #6D4D06. Grayscale: #B0B0B0. Windows color (decimal): -7163143 or 16364178. OLE color: 16364178.

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

Color convert

RGB146178249-
CMYK0.410.2900.02
HSL221.36º89.57%77.45%-
HSV(B)221.36º41.37%97.65%-
XYZ44.8744.7995.9-
YUV176.53168.9106.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.48%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=25.48%
G=31.06%
B=43.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461782490.410.2900.02221.3689.5777.45
Hex92B2F9291D02dd5a4d
Octal222262371513502335132115
Binary100100101011001011111001101001111010101101110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92b2f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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