#92EFBD

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

Shades of Vista Blue #92EFBD

Tints of Vista Blue #92EFBD

Color information

#92EFBD (or 0x92EFBD) is unknown color: approx Vista Blue. HEX triplet: 92, EF and BD. RGB value is (146,239,189). Sum of RGB (Red+Green+Blue) = 146+239+189=574 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.44% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFBD is #6D1042. Grayscale: #CDCDCD. Windows color (decimal): -7147587 or 12447634. OLE color: 12447634.

HSL color Cylindrical-coordinate representation of color #92EFBD: hue angle of 147.74º 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 #92EFBD is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB146239189-
CMYK0.3900.210.06
HSL147.74º74.4%75.49%-
HSV(B)147.74º38.91%93.73%-
XYZ51.9171.5259.21-
YUV205.49118.6985.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.44%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=25.44%
G=41.64%
B=32.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462391890.3900.210.06147.7474.475.49
Hex92EFBD270156944a4b
Octal222357275470256224112113
Binary1001001011101111101111011001110101011101001010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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