#92CEAD

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

Shades of Vista Blue #92CEAD

Tints of Vista Blue #92CEAD

Color information

#92CEAD (or 0x92CEAD) is unknown color: approx Vista Blue. HEX triplet: 92, CE and AD. RGB value is (146,206,173). Sum of RGB (Red+Green+Blue) = 146+206+173=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CEAD is #6D3152. Grayscale: #B8B8B8. Windows color (decimal): -7156051 or 11390610. OLE color: 11390610.

HSL color Cylindrical-coordinate representation of color #92CEAD: hue angle of 147º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CEAD is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB146206173-
CMYK0.2900.160.19
HSL147º37.97%69.02%-
HSV(B)147º29.13%80.78%-
XYZ41.4753.2747.63-
YUV184.3121.62100.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=27.81%
G=39.24%
B=32.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1462061730.2900.160.1914737.9769.02
Hex92CEAD1D01013932645
Octal222316255350202322346105
Binary1001001011001110101011011110101000010011100100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,206,173); }

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

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

 a { background-color: rgb(146,206,173); }

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

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

 span { border-color: rgb(146,206,173); }

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