#92DDB0

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

Shades of Vista Blue #92DDB0

Tints of Vista Blue #92DDB0

Color information

#92DDB0 (or 0x92DDB0) is unknown color: approx Vista Blue. HEX triplet: 92, DD and B0. RGB value is (146,221,176). Sum of RGB (Red+Green+Blue) = 146+221+176=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DDB0 is #6D224F. Grayscale: #C1C1C1. Windows color (decimal): -7152208 or 11591058. OLE color: 11591058.

HSL color Cylindrical-coordinate representation of color #92DDB0: hue angle of 144º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDB0 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB146221176-
CMYK0.3400.200.13
HSL144º52.45%71.96%-
HSV(B)144º33.94%86.67%-
XYZ45.5560.9650.44-
YUV193.44118.1594.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=26.89%
G=40.70%
B=32.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462211760.3400.200.1314452.4571.96
Hex92DDB022014D903448
Octal222335260420241522064110
Binary1001001011011101101100001000100101001101100100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,221,176); }

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

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

 a { background-color: rgb(146,221,176); }

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

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

 span { border-color: rgb(146,221,176); }

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