#92CCB5

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

Shades of Vista Blue #92CCB5

Tints of Vista Blue #92CCB5

Color information

#92CCB5 (or 0x92CCB5) is unknown color: approx Vista Blue. HEX triplet: 92, CC and B5. RGB value is (146,204,181). Sum of RGB (Red+Green+Blue) = 146+204+181=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #92CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CCB5 is #6D334A. Grayscale: #B8B8B8. Windows color (decimal): -7156555 or 11914386. OLE color: 11914386.

HSL color Cylindrical-coordinate representation of color #92CCB5: hue angle of 156.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CCB5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB146204181-
CMYK0.2800.110.2
HSL156.21º36.25%68.63%-
HSV(B)156.21º28.43%80%-
XYZ41.7952.6351.67-
YUV184.04126.28100.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=27.50%
G=38.42%
B=34.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1462041810.2800.110.2156.2136.2568.63
Hex92CCB51C0B149c2445
Octal222314265340132423444105
Binary100100101100110010110101111000101110100100111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,204,181); }

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

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

 a { background-color: rgb(146,204,181); }

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

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

 span { border-color: rgb(146,204,181); }

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