#92D2B9

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

Shades of Vista Blue #92D2B9

Tints of Vista Blue #92D2B9

Color information

#92D2B9 (or 0x92D2B9) is unknown color: approx Vista Blue. HEX triplet: 92, D2 and B9. RGB value is (146,210,185). Sum of RGB (Red+Green+Blue) = 146+210+185=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #92D2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D2B9 is #6D2D46. Grayscale: #BCBCBC. Windows color (decimal): -7155015 or 12178066. OLE color: 12178066.

HSL color Cylindrical-coordinate representation of color #92D2B9: hue angle of 156.56º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D2B9 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB146210185-
CMYK0.3000.120.18
HSL156.56º41.56%69.8%-
HSV(B)156.56º30.48%82.35%-
XYZ43.6655.7154.35-
YUV188.01126.398.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 210 (82.42% from 255) = 38.82%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=26.99%
G=38.82%
B=34.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462101850.3000.120.18156.5641.5669.8
Hex92D2B91E0C129d2a46
Octal222322271360142223552106
Binary100100101101001010111001111100110010010100111011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,210,185); }

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

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

 a { background-color: rgb(146,210,185); }

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

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

 span { border-color: rgb(146,210,185); }

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