#92EEB3

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

Shades of Vista Blue #92EEB3

Tints of Vista Blue #92EEB3

Color information

#92EEB3 (or 0x92EEB3) is unknown color: approx Vista Blue. HEX triplet: 92, EE and B3. RGB value is (146,238,179). Sum of RGB (Red+Green+Blue) = 146+238+179=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #92EEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EEB3 is #6D114C. Grayscale: #CBCBCB. Windows color (decimal): -7147853 or 11792018. OLE color: 11792018.

HSL color Cylindrical-coordinate representation of color #92EEB3: hue angle of 141.52º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EEB3 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB146238179-
CMYK0.3900.250.07
HSL141.52º73.02%75.29%-
HSV(B)141.52º38.66%93.33%-
XYZ50.5770.5153.59-
YUV203.77114.0286.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.93%
GREEN value IS 238 (93.36% from 255) = 42.27%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=25.93%
G=42.27%
B=31.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462381790.3900.250.07141.5273.0275.29
Hex92EEB32701978e494b
Octal222356263470317216111113
Binary1001001011101110101100111001110110011111000111010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,238,179); }

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

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

 a { background-color: rgb(146,238,179); }

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

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

 span { border-color: rgb(146,238,179); }

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