#92DBB0

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

Shades of Vista Blue #92DBB0

Tints of Vista Blue #92DBB0

Color information

#92DBB0 (or 0x92DBB0) is unknown color: approx Vista Blue. HEX triplet: 92, DB and B0. RGB value is (146,219,176). Sum of RGB (Red+Green+Blue) = 146+219+176=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DBB0 is #6D244F. Grayscale: #C0C0C0. Windows color (decimal): -7152720 or 11590546. OLE color: 11590546.

HSL color Cylindrical-coordinate representation of color #92DBB0: hue angle of 144.66º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DBB0 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB146219176-
CMYK0.3300.200.14
HSL144.66º50.34%71.57%-
HSV(B)144.66º33.33%85.88%-
XYZ45.0259.9150.26-
YUV192.27118.8295-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=26.99%
G=40.48%
B=32.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462191760.3300.200.14144.6650.3471.57
Hex92DBB021014E913248
Octal222333260410241622162110
Binary1001001011011011101100001000010101001110100100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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