#92b2ef

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

Shades of Perano #92B2EF

Tints of Perano #92B2EF

Color information

#92B2EF (or 0x92B2EF) is unknown color: approx Perano. HEX triplet: 92, B2 and EF. RGB value is (146,178,239). Sum of RGB (Red+Green+Blue) = 146+178+239=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #92B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B2EF is #6D4D10. Grayscale: #AFAFAF. Windows color (decimal): -7163153 or 15708818. OLE color: 15708818.

HSL color Cylindrical-coordinate representation of color #92B2EF: hue angle of 219.35º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92B2EF is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146178239-
CMYK0.390.2600.06
HSL219.35º74.4%75.49%-
HSV(B)219.35º38.91%93.73%-
XYZ43.3544.1887.9-
YUV175.39163.9107.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.93%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=25.93%
G=31.62%
B=42.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461782390.390.2600.06219.3574.475.49
Hex92B2EF271A06db4a4b
Octal222262357473206333112113
Binary1001001010110010111011111001111101001101101101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92b2ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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