#92DEB1

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

Shades of Vista Blue #92DEB1

Tints of Vista Blue #92DEB1

Color information

#92DEB1 (or 0x92DEB1) is unknown color: approx Vista Blue. HEX triplet: 92, DE and B1. RGB value is (146,222,177). Sum of RGB (Red+Green+Blue) = 146+222+177=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #92DEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DEB1 is #6D214E. Grayscale: #C2C2C2. Windows color (decimal): -7151951 or 11656850. OLE color: 11656850.

HSL color Cylindrical-coordinate representation of color #92DEB1: hue angle of 144.47º degrees, saturation: 0.54, 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 #92DEB1 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB146222177-
CMYK0.3400.200.13
HSL144.47º53.52%72.16%-
HSV(B)144.47º34.23%87.06%-
XYZ45.9161.5351.05-
YUV194.15118.3293.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.79%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=26.79%
G=40.73%
B=32.48%

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
Decimal1462221770.3400.200.13144.4753.5272.16
Hex92DEB122014D903648
Octal222336261420241522066110
Binary1001001011011110101100011000100101001101100100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,222,177); }

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

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

 a { background-color: rgb(146,222,177); }

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

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

 span { border-color: rgb(146,222,177); }

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