#92EEBB

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

Shades of Vista Blue #92EEBB

Tints of Vista Blue #92EEBB

Color information

#92EEBB (or 0x92EEBB) is unknown color: approx Vista Blue. HEX triplet: 92, EE and BB. RGB value is (146,238,187). Sum of RGB (Red+Green+Blue) = 146+238+187=571 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.57% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #92EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EEBB is #6D1144. Grayscale: #CCCCCC. Windows color (decimal): -7147845 or 12316306. OLE color: 12316306.

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

Color convert

RGB146238187-
CMYK0.3900.210.07
HSL146.74º73.02%75.29%-
HSV(B)146.74º38.66%93.33%-
XYZ51.470.8557.98-
YUV204.68118.0286.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.57%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=25.57%
G=41.68%
B=32.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462381870.3900.210.07146.7473.0275.29
Hex92EEBB27015793494b
Octal222356273470257223111113
Binary1001001011101110101110111001110101011111001001110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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