#92EBBB

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

Shades of Vista Blue #92EBBB

Tints of Vista Blue #92EBBB

Color information

#92EBBB (or 0x92EBBB) is unknown color: approx Vista Blue. HEX triplet: 92, EB and BB. RGB value is (146,235,187). Sum of RGB (Red+Green+Blue) = 146+235+187=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EBBB is #6D1444. Grayscale: #CBCBCB. Windows color (decimal): -7148613 or 12315538. OLE color: 12315538.

HSL color Cylindrical-coordinate representation of color #92EBBB: hue angle of 147.64º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EBBB is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB146235187-
CMYK0.3800.200.08
HSL147.64º68.99%74.71%-
HSV(B)147.64º37.87%92.16%-
XYZ50.5369.1257.69-
YUV202.92119.0187.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.70%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=25.70%
G=41.37%
B=32.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462351870.3800.200.08147.6468.9974.71
Hex92EBBB26014894454b
Octal2223532734602410224105113
Binary10010010111010111011101110011001010010001001010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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